Class XYShapes
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.layer.XYShapes
-
public class XYShapes extends java.lang.Object
Utility class for generating XYShape objects.- Since:
- 16 Jan 2015
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XYShape[]
getXYShapes()
Returns an array of XY shapes suitable for plotting markers with variable X and Y extents.
-
-
-
Method Detail
-
getXYShapes
public static XYShape[] getXYShapes()
Returns an array of XY shapes suitable for plotting markers with variable X and Y extents.- Returns:
- XY shapes
-
-