public interface DefaultPointShader extends PointShader
for general remarks on these shader interfaces.
Modifier and Type | Field and Description |
---|---|
static boolean |
ATTENUATE_POINT_SIZE_DEFAULT |
static Object |
CREATE_DEFAULT |
static Color |
DIFFUSE_COLOR_DEFAULT |
static double |
POINT_RADIUS_DEFAULT |
static double |
POINT_SIZE_DEFAULT |
static boolean |
RADII_WORLD_COORDINATES_DEFAULT |
static boolean |
SPHERES_DRAW_DEFAULT |
DEFAULT_ENTITY
Modifier and Type | Method and Description |
---|---|
PolygonShader |
createPolygonShader(String shaderName) |
TextShader |
createTextShader(String name) |
Boolean |
getAttenuatePointSize() |
Color |
getDiffuseColor() |
Double |
getPointRadius() |
Double |
getPointSize() |
PolygonShader |
getPolygonShader() |
Boolean |
getRadiiWorldCoordinates() |
Boolean |
getSpheresDraw() |
TextShader |
getTextShader() |
void |
setAttenuatePointSize(Boolean b) |
void |
setDiffuseColor(Color c) |
void |
setPointRadius(Double radius) |
void |
setPointSize(Double size) |
void |
setRadiiWorldCoordinates(Boolean b) |
void |
setSpheresDraw(Boolean value) |
static final Object CREATE_DEFAULT
static final Color DIFFUSE_COLOR_DEFAULT
static final boolean SPHERES_DRAW_DEFAULT
static final double POINT_RADIUS_DEFAULT
static final double POINT_SIZE_DEFAULT
static final boolean ATTENUATE_POINT_SIZE_DEFAULT
static final boolean RADII_WORLD_COORDINATES_DEFAULT
Color getDiffuseColor()
void setDiffuseColor(Color c)
void setRadiiWorldCoordinates(Boolean b)
Boolean getRadiiWorldCoordinates()
Boolean getSpheresDraw()
void setSpheresDraw(Boolean value)
Double getPointRadius()
void setPointRadius(Double radius)
Double getPointSize()
void setPointSize(Double size)
Boolean getAttenuatePointSize()
void setAttenuatePointSize(Boolean b)
PolygonShader getPolygonShader()
PolygonShader createPolygonShader(String shaderName)
TextShader getTextShader()
TextShader createTextShader(String name)