public class RenderingAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_COMPACT_DOMAINS_ACTIVATION_MODE |
static int |
DEFAULT_COMPACT_DOMAINS_AUTO_THRESHOLD |
static int |
DEFAULT_SCALABLE_ACTIVATION_MODE |
static int |
DEFAULT_SCALABLE_AUTO_THRESHOLD |
static int |
GEOMETRYREPRESENTATION_POINTS |
static int |
GEOMETRYREPRESENTATION_SURFACES |
static int |
GEOMETRYREPRESENTATION_WIREFRAME |
static int |
STEREOTYPES_CRYSTALEYES |
static int |
STEREOTYPES_INTERLACED |
static int |
STEREOTYPES_REDBLUE |
static int |
STEREOTYPES_REDGREEN |
static int |
TRISTATEMODE_ALWAYS |
static int |
TRISTATEMODE_AUTO |
static int |
TRISTATEMODE_NEVER |
Constructor and Description |
---|
RenderingAttributes() |
RenderingAttributes(int nMoreFields) |
RenderingAttributes(RenderingAttributes obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(RenderingAttributes obj) |
int |
GetAlphaCompositeBlocking() |
int |
GetAlphaCompositeThreads() |
boolean |
GetAntialiasing() |
boolean |
GetColorTexturingFlag() |
int |
GetCompactDomainsActivationMode() |
int |
GetCompactDomainsAutoThreshold() |
int |
GetCompressionActivationMode() |
int |
GetDepthCompositeBlocking() |
int |
GetDepthCompositeThreads() |
boolean |
GetDepthCueingAutomatic() |
boolean |
GetDepthPeeling() |
boolean |
GetDoDepthCueing() |
boolean |
GetDoShadowing() |
double[] |
GetEndCuePoint() |
int |
GetGeometryRepresentation() |
float |
GetMultiresolutionCellSize() |
boolean |
GetMultiresolutionMode() |
boolean |
GetNotifyForEachRender() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetNumberOfPeels() |
double |
GetOcclusionRatio() |
boolean |
GetOrderComposite() |
int |
GetOsprayAO() |
boolean |
GetOsprayRendering() |
boolean |
GetOsprayShadows() |
int |
GetOspraySPP() |
int |
GetScalableActivationMode() |
int |
GetScalableAutoThreshold() |
double |
GetShadowStrength() |
float |
GetSpecularCoeff() |
ColorAttribute |
GetSpecularColor() |
boolean |
GetSpecularFlag() |
float |
GetSpecularPower() |
double[] |
GetStartCuePoint() |
boolean |
GetStereoRendering() |
int |
GetStereoType() |
int |
Offset()
Returns the offset into the selected table where this state object's fields begin.
|
void |
ReadAtts(int index,
CommunicationBuffer buf)
Reads the specified index's data from the buffer into the object.
|
void |
SetAlphaCompositeBlocking(int alphaCompositeBlocking_) |
void |
SetAlphaCompositeThreads(int alphaCompositeThreads_) |
void |
SetAntialiasing(boolean antialiasing_) |
void |
SetColorTexturingFlag(boolean colorTexturingFlag_) |
void |
SetCompactDomainsActivationMode(int compactDomainsActivationMode_) |
void |
SetCompactDomainsAutoThreshold(int compactDomainsAutoThreshold_) |
void |
SetCompressionActivationMode(int compressionActivationMode_) |
void |
SetDepthCompositeBlocking(int depthCompositeBlocking_) |
void |
SetDepthCompositeThreads(int depthCompositeThreads_) |
void |
SetDepthCueingAutomatic(boolean depthCueingAutomatic_) |
void |
SetDepthPeeling(boolean depthPeeling_) |
void |
SetDoDepthCueing(boolean doDepthCueing_) |
void |
SetDoShadowing(boolean doShadowing_) |
void |
SetEndCuePoint(double[] endCuePoint_) |
void |
SetEndCuePoint(double e0,
double e1,
double e2) |
void |
SetGeometryRepresentation(int geometryRepresentation_) |
void |
SetMultiresolutionCellSize(float multiresolutionCellSize_) |
void |
SetMultiresolutionMode(boolean multiresolutionMode_) |
void |
SetNotifyForEachRender(boolean notifyForEachRender_) |
void |
SetNumberOfPeels(int numberOfPeels_) |
void |
SetOcclusionRatio(double occlusionRatio_) |
void |
SetOrderComposite(boolean orderComposite_) |
void |
SetOsprayAO(int osprayAO_) |
void |
SetOsprayRendering(boolean osprayRendering_) |
void |
SetOsprayShadows(boolean osprayShadows_) |
void |
SetOspraySPP(int ospraySPP_) |
void |
SetScalableActivationMode(int scalableActivationMode_) |
void |
SetScalableAutoThreshold(int scalableAutoThreshold_) |
void |
SetShadowStrength(double shadowStrength_) |
void |
SetSpecularCoeff(float specularCoeff_) |
void |
SetSpecularColor(ColorAttribute specularColor_) |
void |
SetSpecularFlag(boolean specularFlag_) |
void |
SetSpecularPower(float specularPower_) |
void |
SetStartCuePoint(double[] startCuePoint_) |
void |
SetStartCuePoint(double e0,
double e1,
double e2) |
void |
SetStereoRendering(boolean stereoRendering_) |
void |
SetStereoType(int stereoType_) |
java.lang.String |
toString(java.lang.String indent) |
void |
WriteAtts(CommunicationBuffer buf)
Writes the selected fields of the object to the buffer.
|
Attach, boolArrayToString, boolToString, boolVectorToString, Detach, doubleArrayToString, doubleToString, doubleVectorToString, floatArrayToString, floatToString, floatVectorToString, GetAttributeId, GetClassName, intArrayToString, intToString, intVectorToString, IsSelected, Notify, NumAttributes, NumAttributesSelected, Read, Select, SelectAll, SetAttributeId, stringToString, stringVectorToString, toString, ucharArrayToString, ucharToString, ucharVectorToString, UnSelectAll, Write, WriteSelect
public static final int GEOMETRYREPRESENTATION_SURFACES
public static final int GEOMETRYREPRESENTATION_WIREFRAME
public static final int GEOMETRYREPRESENTATION_POINTS
public static final int STEREOTYPES_REDBLUE
public static final int STEREOTYPES_INTERLACED
public static final int STEREOTYPES_CRYSTALEYES
public static final int STEREOTYPES_REDGREEN
public static final int TRISTATEMODE_NEVER
public static final int TRISTATEMODE_ALWAYS
public static final int TRISTATEMODE_AUTO
public static final int DEFAULT_SCALABLE_AUTO_THRESHOLD
public static final int DEFAULT_SCALABLE_ACTIVATION_MODE
public static final int DEFAULT_COMPACT_DOMAINS_ACTIVATION_MODE
public static final int DEFAULT_COMPACT_DOMAINS_AUTO_THRESHOLD
public RenderingAttributes()
public RenderingAttributes(int nMoreFields)
public RenderingAttributes(RenderingAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(RenderingAttributes obj)
public void SetAntialiasing(boolean antialiasing_)
public void SetOrderComposite(boolean orderComposite_)
public void SetDepthCompositeThreads(int depthCompositeThreads_)
public void SetDepthCompositeBlocking(int depthCompositeBlocking_)
public void SetAlphaCompositeThreads(int alphaCompositeThreads_)
public void SetAlphaCompositeBlocking(int alphaCompositeBlocking_)
public void SetDepthPeeling(boolean depthPeeling_)
public void SetOcclusionRatio(double occlusionRatio_)
public void SetNumberOfPeels(int numberOfPeels_)
public void SetMultiresolutionMode(boolean multiresolutionMode_)
public void SetMultiresolutionCellSize(float multiresolutionCellSize_)
public void SetGeometryRepresentation(int geometryRepresentation_)
public void SetStereoRendering(boolean stereoRendering_)
public void SetStereoType(int stereoType_)
public void SetNotifyForEachRender(boolean notifyForEachRender_)
public void SetScalableActivationMode(int scalableActivationMode_)
public void SetScalableAutoThreshold(int scalableAutoThreshold_)
public void SetSpecularFlag(boolean specularFlag_)
public void SetSpecularCoeff(float specularCoeff_)
public void SetSpecularPower(float specularPower_)
public void SetSpecularColor(ColorAttribute specularColor_)
public void SetDoShadowing(boolean doShadowing_)
public void SetShadowStrength(double shadowStrength_)
public void SetDoDepthCueing(boolean doDepthCueing_)
public void SetDepthCueingAutomatic(boolean depthCueingAutomatic_)
public void SetStartCuePoint(double[] startCuePoint_)
public void SetStartCuePoint(double e0, double e1, double e2)
public void SetEndCuePoint(double[] endCuePoint_)
public void SetEndCuePoint(double e0, double e1, double e2)
public void SetCompressionActivationMode(int compressionActivationMode_)
public void SetColorTexturingFlag(boolean colorTexturingFlag_)
public void SetCompactDomainsActivationMode(int compactDomainsActivationMode_)
public void SetCompactDomainsAutoThreshold(int compactDomainsAutoThreshold_)
public void SetOsprayRendering(boolean osprayRendering_)
public void SetOspraySPP(int ospraySPP_)
public void SetOsprayAO(int osprayAO_)
public void SetOsprayShadows(boolean osprayShadows_)
public boolean GetAntialiasing()
public boolean GetOrderComposite()
public int GetDepthCompositeThreads()
public int GetDepthCompositeBlocking()
public int GetAlphaCompositeThreads()
public int GetAlphaCompositeBlocking()
public boolean GetDepthPeeling()
public double GetOcclusionRatio()
public int GetNumberOfPeels()
public boolean GetMultiresolutionMode()
public float GetMultiresolutionCellSize()
public int GetGeometryRepresentation()
public boolean GetStereoRendering()
public int GetStereoType()
public boolean GetNotifyForEachRender()
public int GetScalableActivationMode()
public int GetScalableAutoThreshold()
public boolean GetSpecularFlag()
public float GetSpecularCoeff()
public float GetSpecularPower()
public ColorAttribute GetSpecularColor()
public boolean GetDoShadowing()
public double GetShadowStrength()
public boolean GetDoDepthCueing()
public boolean GetDepthCueingAutomatic()
public double[] GetStartCuePoint()
public double[] GetEndCuePoint()
public int GetCompressionActivationMode()
public boolean GetColorTexturingFlag()
public int GetCompactDomainsActivationMode()
public int GetCompactDomainsAutoThreshold()
public boolean GetOsprayRendering()
public int GetOspraySPP()
public int GetOsprayAO()
public boolean GetOsprayShadows()
public void WriteAtts(CommunicationBuffer buf)
AttributeSubject
WriteAtts
in class AttributeSubject
buf
- The communication buffer to which the object will be written.public void ReadAtts(int index, CommunicationBuffer buf)
AttributeSubject
ReadAtts
in class AttributeSubject
buf
- The communication buffer to from which the object will be read.public java.lang.String toString(java.lang.String indent)
toString
in class AttributeSubject