de.jreality.shader
Interface DefaultTextShader
- All Superinterfaces:
- AttributeCollection, AttributeEntity, TextShader
public interface DefaultTextShader
- extends TextShader
CREATE_DEFAULT
static final Object CREATE_DEFAULT
DIFFUSE_COLOR_DEFAULT
static final Color DIFFUSE_COLOR_DEFAULT
SCALE_DEFAULT
static final double SCALE_DEFAULT
- See Also:
- Constant Field Values
FONT_DEFAULT
static final Font FONT_DEFAULT
OFFSET_DEFAULT
static final double[] OFFSET_DEFAULT
SHOW_LABELS_DEFAULT
static final Boolean SHOW_LABELS_DEFAULT
ALIGNMENT_DEFAULT
static final int ALIGNMENT_DEFAULT
- See Also:
- Constant Field Values
getDiffuseColor
Color getDiffuseColor()
setDiffuseColor
void setDiffuseColor(Color c)
getScale
Double getScale()
setScale
void setScale(Double s)
getFont
Font getFont()
setFont
void setFont(Font f)
getOffset
double[] getOffset()
setOffset
void setOffset(double[] o)
getAlignment
Integer getAlignment()
setAlignment
void setAlignment(Integer a)
getShowLabels
Boolean getShowLabels()
setShowLabels
void setShowLabels(Boolean b)