|
|||||||||
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.SizeForm.SizeOutliner
public static class SizeForm.SizeOutliner
Outliner implementation for use with SizeForm.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface uk.ac.starlink.ttools.plot2.layer.Outliner |
---|
Outliner.ShapePainter |
Constructor Summary | |
---|---|
SizeForm.SizeOutliner(MarkShape shape,
double scale,
AuxScale autoscale,
int 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 SizeForm.SizeOutliner(MarkShape shape, double scale, AuxScale autoscale, int sizeLimit)
shape
- basic marker shapescale
- size scaling factorautoscale
- key used for autoscaling;
may be shared with other layers,
private to this layer, or null for no autoscalesizeLimit
- maximum size 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 |