Package uk.ac.starlink.topcat.plot2
Class SkyFigureMode
java.lang.Object
uk.ac.starlink.topcat.plot2.SkyFigureMode
- All Implemented Interfaces:
FigureMode
FigureMode implementations for use with a SkySurface.
- Since:
- 20 Feb 2019
- Author:
- Mark Taylor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SkyFigureMode
SkySurface area within a circle on the sky.static final SkyFigureMode[]
Available polygon modes for use with sky surfaces.static final SkyFigureMode
SkySurface area within the polygon bounded by (>=3) points. -
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
-
CIRCLE
SkySurface area within a circle on the sky. -
POLYGON
SkySurface area within the polygon bounded by (>=3) points. -
MODES
Available polygon modes for use with sky 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
-