public interface RenderingHintsShader extends AttributeEntity
Modifier and Type | Field and Description |
---|---|
static boolean |
ADDITIVE_BLENDING_ENABLED_DEFAULT |
static boolean |
ANY_DISPLAY_LISTS_DEFAULT |
static boolean |
BACK_FACE_CULLING_DEFAULT |
static Object |
CREATE_DEFAULT |
static Class |
DEFAULT_ENTITY |
static double |
DEPTH_FUDGE_FACTOR_DEFAULT |
static boolean |
FLIP_NORMALS_DEFAULT |
static boolean |
IGNORE_ALPHA0_DEFAULT |
static double |
LEVEL_OF_DETAIL_DEFAULT |
static boolean |
LIGHTING_ENABLED_DEFAULT |
static boolean |
LOCAL_LIGHT_MODEL_DEFAULT |
static int |
METRIC_DEFAULT |
static boolean |
OPAQUE_TUBES_AND_SPHERES_DEFAULT |
static boolean |
SEPARATE_SPECULAR_DEFAULT |
static boolean |
TRANSPARENCY_ENABLED_DEFAULT |
static boolean |
Z_BUFFER_ENABLED_DEFAULT |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAdditiveBlendingEnabled() |
Boolean |
getAnyDisplayLists() |
Boolean |
getBackFaceCulling() |
Double |
getDepthFudgeFactor() |
Boolean |
getFlipNormals() |
Boolean |
getIgnoreAlpha0() |
Double |
getLevelOfDetail() |
Boolean |
getLightingEnabled() |
Boolean |
getLocalLightModel() |
Integer |
getMetric() |
Boolean |
getOpaqueTubesAndSpheres() |
Boolean |
getSeparateSpecularColor() |
Boolean |
getTransparencyEnabled() |
Boolean |
getZBufferEnabled() |
void |
setAdditiveBlendingEnabled(Boolean d) |
void |
setAnyDisplayLists(Boolean d) |
void |
setBackFaceCulling(Boolean d) |
void |
setDepthFudgeFactor(Double d) |
void |
setFlipNormals(Boolean d) |
void |
setIgnoreAlpha0(Boolean d) |
void |
setLevelOfDetail(Double d) |
void |
setLightingEnabled(Boolean b) |
void |
setLocalLightModel(Boolean d) |
void |
setMetric(Integer m) |
void |
setOpaqueTubesAndSpheres(Boolean d) |
void |
setSeparateSpecularColor(Boolean b) |
void |
setTransparencyEnabled(Boolean d) |
void |
setZBufferEnabled(Boolean d) |
static final Class DEFAULT_ENTITY
static final Object CREATE_DEFAULT
static final int METRIC_DEFAULT
static final boolean LIGHTING_ENABLED_DEFAULT
static final boolean TRANSPARENCY_ENABLED_DEFAULT
static final boolean ADDITIVE_BLENDING_ENABLED_DEFAULT
static final boolean Z_BUFFER_ENABLED_DEFAULT
static final boolean IGNORE_ALPHA0_DEFAULT
static final boolean ANY_DISPLAY_LISTS_DEFAULT
static final boolean BACK_FACE_CULLING_DEFAULT
static final boolean OPAQUE_TUBES_AND_SPHERES_DEFAULT
static final boolean LOCAL_LIGHT_MODEL_DEFAULT
static final boolean SEPARATE_SPECULAR_DEFAULT
static final boolean FLIP_NORMALS_DEFAULT
static final double LEVEL_OF_DETAIL_DEFAULT
static final double DEPTH_FUDGE_FACTOR_DEFAULT
Integer getMetric()
void setMetric(Integer m)
Boolean getLightingEnabled()
void setLightingEnabled(Boolean b)
Boolean getTransparencyEnabled()
void setTransparencyEnabled(Boolean d)
Boolean getAdditiveBlendingEnabled()
void setAdditiveBlendingEnabled(Boolean d)
Boolean getZBufferEnabled()
void setZBufferEnabled(Boolean d)
Boolean getIgnoreAlpha0()
void setIgnoreAlpha0(Boolean d)
Boolean getLocalLightModel()
void setLocalLightModel(Boolean d)
Boolean getSeparateSpecularColor()
void setSeparateSpecularColor(Boolean b)
Boolean getAnyDisplayLists()
void setAnyDisplayLists(Boolean d)
Boolean getBackFaceCulling()
void setBackFaceCulling(Boolean d)
Boolean getFlipNormals()
void setFlipNormals(Boolean d)
Boolean getOpaqueTubesAndSpheres()
void setOpaqueTubesAndSpheres(Boolean d)
Double getLevelOfDetail()
void setLevelOfDetail(Double d)
Double getDepthFudgeFactor()
void setDepthFudgeFactor(Double d)