|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.layer.PixOutliner
uk.ac.starlink.ttools.plot2.layer.EdgeForm.EdgeOutliner
public static class EdgeForm.EdgeOutliner
Outliner implementation for use with EdgeForm.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface uk.ac.starlink.ttools.plot2.layer.Outliner |
---|
Outliner.ShapePainter |
Constructor Summary | |
---|---|
EdgeForm.EdgeOutliner(int nEdge)
Constructor. |
Method Summary | |
---|---|
Outliner.ShapePainter |
create2DPainter(Surface surface,
DataGeom geom,
Map<AuxScale,Range> auxRanges,
PaperType2D paperType)
Creates a ShapePainter object for plotting onto 2-dimensional surfaces. |
Outliner.ShapePainter |
create3DPainter(CubeSurface surface,
DataGeom geom,
Map<AuxScale,Range> auxRanges,
PaperType3D paperType)
Creates a ShapePainter object for plotting onto 3-dimensional surfaces. |
boolean |
equals(Object o)
|
Map<AuxScale,AuxReader> |
getAuxRangers(DataGeom geom)
Defines what non-axis ranging information is required by this outliner. |
Icon |
getLegendIcon()
Returns an icon suitable for identifying points painted by this object in a plot legend. |
int |
hashCode()
|
Methods inherited from class uk.ac.starlink.ttools.plot2.layer.PixOutliner |
---|
calculateBinPlan, getBinCounts, getPointCount |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EdgeForm.EdgeOutliner(int nEdge)
nEdge
- edge countMethod Detail |
---|
public Icon getLegendIcon()
Outliner
public Map<AuxScale,AuxReader> getAuxRangers(DataGeom geom)
Outliner
geom
- data geometry
public Outliner.ShapePainter create2DPainter(Surface surface, DataGeom geom, Map<AuxScale,Range> auxRanges, PaperType2D paperType)
Outliner
surface
- plot surfacegeom
- coordinate geometryauxRanges
- map of scale information required for plotpaperType
- 2-d paper type
public Outliner.ShapePainter create3DPainter(CubeSurface surface, DataGeom geom, Map<AuxScale,Range> auxRanges, PaperType3D paperType)
Outliner
surface
- 3-d plot surfacegeom
- coordinate geometryauxRanges
- map of scale information required for plotpaperType
- 3-d paper type
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |