public abstract class Orientation extends Object
Modifier and Type | Field and Description |
---|---|
static Orientation |
ANTI_X
Orientation suitable for labelling top-edge X axis.
|
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 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.
|
public static final Orientation X
public static final Orientation Y
public static final Orientation ANTI_X
public static final Orientation ANTI_Y
public abstract AffineTransform captionTransform(Rectangle bounds, int pad)
public abstract boolean isDown()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.