|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.Orientation
public abstract class Orientation
Defines text orientation for axis labelling.
Field Summary | |
---|---|
static Orientation |
ANTI_Y
Orientation suitable for labelling right-hand Y axis. |
static Orientation |
X
Orientation suitable for X axis labelling. |
static Orientation |
Y
Orientation suitable for Y axis labelling. |
Constructor Summary | |
---|---|
Orientation()
|
Method Summary | |
---|---|
abstract AffineTransform |
captionTransform(Rectangle bounds,
int pad)
Returns a transformation suitable for writing axis captions. |
abstract boolean |
isDown()
Indicates whether the positive Y direction points towards the axis. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Orientation X
public static final Orientation Y
public static final Orientation ANTI_Y
Constructor Detail |
---|
public Orientation()
Method Detail |
---|
public abstract AffineTransform captionTransform(Rectangle bounds, int pad)
public abstract boolean isDown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |