de.jreality.shader
Interface DefaultTextShader

All Superinterfaces:
AttributeCollection, AttributeEntity, TextShader

public interface DefaultTextShader
extends TextShader


Field Summary
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
           
 
Fields inherited from interface de.jreality.shader.TextShader
DEFAULT_ENTITY
 
Method Summary
 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)
           
 

Field Detail

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
Method Detail

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)