Class BasicXYShape
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.XYShape
uk.ac.starlink.ttools.plot2.layer.BasicXYShape
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionBasicXYShape(String name, int maxCacheRadius, Glyph pointGlyph) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic BasicXYShape[]Returns an array of XY shapes suitable for plotting markers with variable X and Y extents.abstract XYShapetoThicker(int nthick) Returns an XYShape corresponding to this one, but drawn with thicker lines.Methods inherited from class XYShape
createGlyph, createIcon, getGlyph, getName, isCached, toString
-
Constructor Details
-
BasicXYShape
-
-
Method Details
-
toThicker
Returns an XYShape corresponding to this one, but drawn with thicker lines. In cases where no line drawing is done, for instance filled shapes, this object should be returned, since the drawing will not change with line thickness.- Parameters:
nthick- line thickness index >=0- Returns:
- drawing shape
-
getXYShapes
Returns an array of XY shapes suitable for plotting markers with variable X and Y extents.- Returns:
- XY shapes
-