public static class SegmentPlaneAttributes.LabelAttributes extends Object
Constructor and Description |
---|
LabelAttributes() |
LabelAttributes(Color color,
Font font,
String horizontalAlignment,
String verticalAlignment) |
Modifier and Type | Method and Description |
---|---|
SegmentPlaneAttributes.LabelAttributes |
copy() |
protected SegmentPlaneAttributes.LabelAttributes |
copyTo(SegmentPlaneAttributes.LabelAttributes copy) |
Color |
getColor() |
Font |
getFont() |
String |
getHorizontalAlignment() |
double |
getMaxActiveDistance() |
double |
getMinActiveDistance() |
Vec4 |
getOffset() |
String |
getText(SegmentPlane segmentPlane,
Position position,
AVList values) |
String |
getVerticalAlignment() |
boolean |
isVisible() |
void |
setColor(Color color) |
void |
setFont(Font font) |
void |
setHorizontalAlignment(String horizontalAlignment) |
void |
setMaxActiveDistance(double distance) |
void |
setMinActiveDistance(double distance) |
void |
setOffset(Vec4 vec4) |
void |
setVerticalAlignment(String verticalAlignment) |
void |
setVisible(boolean visible) |
public SegmentPlaneAttributes.LabelAttributes copy()
protected SegmentPlaneAttributes.LabelAttributes copyTo(SegmentPlaneAttributes.LabelAttributes copy)
public Color getColor()
public Font getFont()
public String getHorizontalAlignment()
public double getMaxActiveDistance()
public double getMinActiveDistance()
public Vec4 getOffset()
public String getText(SegmentPlane segmentPlane, Position position, AVList values)
public String getVerticalAlignment()
public boolean isVisible()
public void setColor(Color color)
public void setFont(Font font)
public void setHorizontalAlignment(String horizontalAlignment)
public void setMaxActiveDistance(double distance)
public void setMinActiveDistance(double distance)
public void setOffset(Vec4 vec4)
public void setVerticalAlignment(String verticalAlignment)
public void setVisible(boolean visible)