|
|||||||||
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.SizeXyForm.SizeXyOutliner
public static class SizeXyForm.SizeXyOutliner
Outliner implementation for use with SizeXyForm.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface uk.ac.starlink.ttools.plot2.layer.Outliner |
---|
Outliner.ShapePainter |
Constructor Summary | |
---|---|
SizeXyForm.SizeXyOutliner(XYShape shape,
double scale,
AuxScale xAutoscale,
AuxScale yAutoscale,
short sizeLimit)
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 SizeXyForm.SizeXyOutliner(XYShape shape, double scale, AuxScale xAutoscale, AuxScale yAutoscale, short sizeLimit)
shape
- shapescale
- size scaling factorxAutoscale
- key used for autoscaling X extents;
may be shared with other layers,
private to this layer, or null for no autoscaleyAutoscale
- key used for autoscaling Y extents;
may be shared with other layers,
private to this layer, or null for no autoscalesizeLimit
- maximum X/Y extent in pixels of markers;
if it's too large, plots may be slow or
run out of memoryMethod 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 boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |