Class PolygonForms
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.PolygonForms
ShapeForm implementations for plotting filled or outline polygons.
- Since:
- 5 Mar 2019
- Author:
- Mark Taylor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShapeForm
Shape form for a polygon defined by an array coordinate.static final FloatingArrayCoord
Coordinate for array coordinate, used with ARRAY.Reference position inclusion toggle key.static final ConfigKey<PolygonShape>
Polygon mode configuration key.Polygon thickness configuration key.static final ShapeForm
Shape form for a quadrilateral defined by 4 positional coordinates. -
Method Summary
-
Field Details
-
QUAD
Shape form for a quadrilateral defined by 4 positional coordinates. -
ARRAY
Shape form for a polygon defined by an array coordinate. -
POLYSHAPE_KEY
Polygon mode configuration key. -
POLYTHICK_KEY
Polygon thickness configuration key. -
INCLUDEPOS_KEY
Reference position inclusion toggle key. -
ARRAY_COORD
Coordinate for array coordinate, used with ARRAY.
-