public abstract class Orientation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Orientation() |
Modifier and Type | Method and Description |
---|---|
abstract java.awt.geom.AffineTransform |
captionTransform(java.awt.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.
|
public static final Orientation X
public static final Orientation Y
public static final Orientation ANTI_Y
public abstract java.awt.geom.AffineTransform captionTransform(java.awt.Rectangle bounds, int pad)
public abstract boolean isDown()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.