Package | Description |
---|---|
org.eclipse.nebula.visualization.xygraph.linearscale |
Modifier and Type | Method | Description |
---|---|---|
AbstractScale.LabelSide |
LinearScaledMarker.getMakerLabelsPosition() |
|
AbstractScale.LabelSide |
LinearScaledMarker.getMakerLablesPosition() |
Deprecated.
use correctly spelled
LinearScaledMarker.getMakerLabelsPosition() |
AbstractScale.LabelSide |
AbstractScale.getTickLabelSide() |
|
AbstractScale.LabelSide |
AbstractScale.getTickLablesSide() |
Deprecated.
use correctly spelled
#getTickLabelSide(LabelSide) |
static AbstractScale.LabelSide |
AbstractScale.LabelSide.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractScale.LabelSide[] |
AbstractScale.LabelSide.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
LinearScaledMarker.setLabelSide(AbstractScale.LabelSide labelSide) |
|
void |
AbstractScale.setTickLabelSide(AbstractScale.LabelSide tickLabelSide) |
|
void |
AbstractScale.setTickLableSide(AbstractScale.LabelSide tickLabelSide) |
Deprecated.
use correctly spelled
AbstractScale.setTickLabelSide(LabelSide) |