|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.geom.SkyAxisLabellers
public class SkyAxisLabellers
Implementation class containing SkyAxisLabeller implementations.
Field Summary | |
---|---|
static SkyAxisLabeller |
EXTERNAL
Labeller implementation that draws labels outside the plot bounds. |
static SkyAxisLabeller |
HYBRID
Labeller implementation that draws labels outside the plot bounds unless they don't appear, in which case it draws them inside. |
static SkyAxisLabeller |
INTERNAL
Labeller implementation that draws labels inside the plot bounds. |
static SkyAxisLabeller |
LAME
Basic labeller implementation. |
static SkyAxisLabeller |
NONE
Labeller implentation that does no drawing. |
Method Summary | |
---|---|
static SkyAxisLabeller |
getAutoLabeller(boolean skyFillsBounds)
Returns the axis mode to use if choosing one automatically based on plot characteristics. |
static SkyAxisLabeller[] |
getKnownLabellers()
Returns a list of the known SkyAxisLabeller instances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static SkyAxisLabeller NONE
public static SkyAxisLabeller LAME
public static SkyAxisLabeller EXTERNAL
public static SkyAxisLabeller INTERNAL
public static SkyAxisLabeller HYBRID
Method Detail |
---|
public static SkyAxisLabeller[] getKnownLabellers()
public static SkyAxisLabeller getAutoLabeller(boolean skyFillsBounds)
skyFillsBounds
- true if the sky region of the plane
fills all or most of the plotting region;
false if there are significant non-sky parts
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |