Package | Description |
---|---|
fact.container | |
fact.features.watershed | |
fact.hexmap | |
fact.hexmap.ui | |
fact.hexmap.ui.components | |
fact.hexmap.ui.components.cameradisplay |
Modifier and Type | Field and Description |
---|---|
Set<CameraPixel> |
PixelSet.set |
Modifier and Type | Method and Description |
---|---|
protected Set<CameraPixel> |
PixelSet.delegate() |
Modifier and Type | Method and Description |
---|---|
int |
ClusterFellwalker.findMaxChargeNeighbour(ArrayList<CameraPixel> usableNeighbours,
int currentPixel,
double[] photoncharge) |
Modifier and Type | Field and Description |
---|---|
CameraPixel[] |
FactPixelMapping.pixelArray |
Modifier and Type | Method and Description |
---|---|
CameraPixel[] |
FactPixelMapping.getNeighborsForPixel(CameraPixel p)
Return an array of CameraPixel which direct are neighbours to the pixel passed into this method.
|
CameraPixel[] |
FactPixelMapping.getNeighborsFromID(int id)
Return an array of CameraPixel which are direct neighbours to the pixel ID passed into this method.
|
CameraPixel |
FactPixelMapping.getPixelBelowCoordinatesInMM(double xCoordinate,
double yCoordinate)
Get the CameraPixel sitting below the coordinates passed to the method.
|
CameraPixel |
FactPixelMapping.getPixelFromCubeCoordinates(long x,
long z) |
CameraPixel |
PixelMapping.getPixelFromId(int id) |
CameraPixel |
FactPixelMapping.getPixelFromId(int id) |
CameraPixel |
PixelMapping.getPixelFromOffsetCoordinates(int x,
int y) |
CameraPixel |
FactPixelMapping.getPixelFromOffsetCoordinates(int x,
int y) |
CameraPixel[] |
FactPixelMapping.getSecondOrderNeighboursForPixel(CameraPixel p)
Return an array of CameraPixel which are the neighbours of the neighbours without the direct neighbours.
|
CameraPixel[] |
FactPixelMapping.getSecondOrderNeighboursFromID(int id)
Return an array of CameraPixel which are the neighbours of the neighbours without the direct neighbours.
|
Modifier and Type | Method and Description |
---|---|
CameraPixel[] |
FactPixelMapping.getNeighborsForPixel(CameraPixel p)
Return an array of CameraPixel which direct are neighbours to the pixel passed into this method.
|
CameraPixel[] |
FactPixelMapping.getSecondOrderNeighboursForPixel(CameraPixel p)
Return an array of CameraPixel which are the neighbours of the neighbours without the direct neighbours.
|
Modifier and Type | Method and Description |
---|---|
void |
PixelSelectionObserver.handlePixelSelectionChange(Set<CameraPixel> selectedPixel)
This observer should react to changes in the pixel selection.
|
Modifier and Type | Method and Description |
---|---|
void |
MainPlotPanel.handlePixelSelectionChange(Set<CameraPixel> selectedPixel) |
void |
EventInfoPanel.handlePixelSelectionChange(Set<CameraPixel> selectedPixel) |
Modifier and Type | Field and Description |
---|---|
CameraPixel |
FactHexTile.pixel |
Constructor and Description |
---|
FactHexTile(Point center,
CameraPixel p,
double radius) |
Copyright © 2019. All rights reserved.