public interface DefaultTextShader extends TextShader
Modifier and Type | Field and Description |
---|---|
static int |
ALIGNMENT_DEFAULT |
static Object |
CREATE_DEFAULT |
static Color |
DIFFUSE_COLOR_DEFAULT |
static Font |
FONT_DEFAULT |
static double[] |
OFFSET_DEFAULT |
static double |
SCALE_DEFAULT |
static Boolean |
SHOW_LABELS_DEFAULT |
DEFAULT_ENTITY
Modifier and Type | Method and Description |
---|---|
Integer |
getAlignment() |
Color |
getDiffuseColor() |
Font |
getFont() |
double[] |
getOffset() |
Double |
getScale() |
Boolean |
getShowLabels() |
void |
setAlignment(Integer a) |
void |
setDiffuseColor(Color c) |
void |
setFont(Font f) |
void |
setOffset(double[] o) |
void |
setScale(Double s) |
void |
setShowLabels(Boolean b) |
static final Object CREATE_DEFAULT
static final Color DIFFUSE_COLOR_DEFAULT
static final double SCALE_DEFAULT
static final Font FONT_DEFAULT
static final double[] OFFSET_DEFAULT
static final Boolean SHOW_LABELS_DEFAULT
static final int ALIGNMENT_DEFAULT
Color getDiffuseColor()
void setDiffuseColor(Color c)
Double getScale()
void setScale(Double s)
Font getFont()
void setFont(Font f)
double[] getOffset()
void setOffset(double[] o)
Integer getAlignment()
void setAlignment(Integer a)
Boolean getShowLabels()
void setShowLabels(Boolean b)