public class Label
extends java.lang.Object
| Constructor and Description |
|---|
Label(float graphicOffset,
java.awt.font.TextLayout labelLayout,
Orientation orientation)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getGraphicOffset() |
float |
getHeight() |
java.awt.font.TextLayout |
getLabelLayout() |
float |
getWidth() |
public Label(float graphicOffset,
java.awt.font.TextLayout labelLayout,
Orientation orientation)
graphicOffset - Position offset.labelLayout - Layout for the label.orientation - Scalebar orientation.