Package uk.ac.starlink.topcat.plot2
Class PlaneFigureMode
java.lang.Object
uk.ac.starlink.topcat.plot2.PlaneFigureMode
- All Implemented Interfaces:
FigureMode
FigureMode implementations for use with a PlanarSurface.
- Since:
- 20 Feb 2019
- Author:
- Mark Taylor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FigureMode
PlanarSurface area above a line formed by joining points.static final FigureMode
PlanarSurface area below a line formed by joining points.static final FigureMode
PlanarSurface area within a rectangle aligned with the axes.static final FigureMode
PlanarSurface area within a graphics ellipse (center+radius).static final FigureMode
PlanarSurface area to the left of a line formed by joining points.static final FigureMode[]
Available polygon modes for use with planar surfaces.static final FigureMode
Inverse of polygon mode.static final FigureMode
PlanarSurface area within the polygon bounded by (>=3) points.static final FigureMode
PlanarSurface area to the right of a line formed by joining points.static final FigureMode
PlanarSurface area within a rotated ellipse. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface uk.ac.starlink.topcat.plot2.FigureMode
createFigure
-
Field Details
-
POLYGON
PlanarSurface area within the polygon bounded by (>=3) points. -
BOX
PlanarSurface area within a rectangle aligned with the axes. -
ELLIPSE
PlanarSurface area within a graphics ellipse (center+radius). -
ROTATED_ELLIPSE
PlanarSurface area within a rotated ellipse. -
OUTSIDE_POLYGON
Inverse of polygon mode. -
BELOW
PlanarSurface area below a line formed by joining points. -
ABOVE
PlanarSurface area above a line formed by joining points. -
LEFT
PlanarSurface area to the left of a line formed by joining points. -
RIGHT
PlanarSurface area to the right of a line formed by joining points. -
MODES
Available polygon modes for use with planar surfaces.
-
-
Method Details
-
getName
Description copied from interface:FigureMode
Returns a name by which this mode can be presented to the user. It should distinguish this object from other options that may be available in the same context, but not necessarily from all other possible instances.- Specified by:
getName
in interfaceFigureMode
- Returns:
- user-directed name
-