llnl.visit
Class RenderingAttributes
java.lang.Object
llnl.visit.AttributeSubject
llnl.visit.RenderingAttributes
public class RenderingAttributes
- extends AttributeSubject
Methods inherited from class llnl.visit.AttributeSubject |
Attach, boolToString, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GEOMETRYREPRESENTATION_SURFACES
public static final int GEOMETRYREPRESENTATION_SURFACES
- See Also:
- Constant Field Values
GEOMETRYREPRESENTATION_WIREFRAME
public static final int GEOMETRYREPRESENTATION_WIREFRAME
- See Also:
- Constant Field Values
GEOMETRYREPRESENTATION_POINTS
public static final int GEOMETRYREPRESENTATION_POINTS
- See Also:
- Constant Field Values
STEREOTYPES_REDBLUE
public static final int STEREOTYPES_REDBLUE
- See Also:
- Constant Field Values
STEREOTYPES_INTERLACED
public static final int STEREOTYPES_INTERLACED
- See Also:
- Constant Field Values
STEREOTYPES_CRYSTALEYES
public static final int STEREOTYPES_CRYSTALEYES
- See Also:
- Constant Field Values
STEREOTYPES_REDGREEN
public static final int STEREOTYPES_REDGREEN
- See Also:
- Constant Field Values
TRISTATEMODE_NEVER
public static final int TRISTATEMODE_NEVER
- See Also:
- Constant Field Values
TRISTATEMODE_ALWAYS
public static final int TRISTATEMODE_ALWAYS
- See Also:
- Constant Field Values
TRISTATEMODE_AUTO
public static final int TRISTATEMODE_AUTO
- See Also:
- Constant Field Values
DEFAULT_SCALABLE_AUTO_THRESHOLD
public static final int DEFAULT_SCALABLE_AUTO_THRESHOLD
- See Also:
- Constant Field Values
DEFAULT_SCALABLE_ACTIVATION_MODE
public static final int DEFAULT_SCALABLE_ACTIVATION_MODE
- See Also:
- Constant Field Values
DEFAULT_COMPACT_DOMAINS_ACTIVATION_MODE
public static final int DEFAULT_COMPACT_DOMAINS_ACTIVATION_MODE
- See Also:
- Constant Field Values
DEFAULT_COMPACT_DOMAINS_AUTO_THRESHOLD
public static final int DEFAULT_COMPACT_DOMAINS_AUTO_THRESHOLD
- See Also:
- Constant Field Values
RenderingAttributes
public RenderingAttributes()
RenderingAttributes
public RenderingAttributes(int nMoreFields)
RenderingAttributes
public RenderingAttributes(RenderingAttributes obj)
Offset
public int Offset()
- Description copied from class:
AttributeSubject
- Returns the offset into the selected table where this state object's fields begin.
- Overrides:
Offset
in class AttributeSubject
- Returns:
- An offset into the selected table.
GetNumAdditionalAttributes
public int GetNumAdditionalAttributes()
- Description copied from class:
AttributeSubject
- Returns the number of attributes added in this level of the state object.
- Overrides:
GetNumAdditionalAttributes
in class AttributeSubject
- Returns:
- The number of attributes added in this level of the state object.
equals
public boolean equals(RenderingAttributes obj)
SetAntialiasing
public void SetAntialiasing(boolean antialiasing_)
SetMultiresolutionMode
public void SetMultiresolutionMode(boolean multiresolutionMode_)
SetMultiresolutionCellSize
public void SetMultiresolutionCellSize(float multiresolutionCellSize_)
SetGeometryRepresentation
public void SetGeometryRepresentation(int geometryRepresentation_)
SetDisplayListMode
public void SetDisplayListMode(int displayListMode_)
SetStereoRendering
public void SetStereoRendering(boolean stereoRendering_)
SetStereoType
public void SetStereoType(int stereoType_)
SetNotifyForEachRender
public void SetNotifyForEachRender(boolean notifyForEachRender_)
SetScalableActivationMode
public void SetScalableActivationMode(int scalableActivationMode_)
SetScalableAutoThreshold
public void SetScalableAutoThreshold(int scalableAutoThreshold_)
SetSpecularFlag
public void SetSpecularFlag(boolean specularFlag_)
SetSpecularCoeff
public void SetSpecularCoeff(float specularCoeff_)
SetSpecularPower
public void SetSpecularPower(float specularPower_)
SetSpecularColor
public void SetSpecularColor(ColorAttribute specularColor_)
SetDoShadowing
public void SetDoShadowing(boolean doShadowing_)
SetShadowStrength
public void SetShadowStrength(double shadowStrength_)
SetDoDepthCueing
public void SetDoDepthCueing(boolean doDepthCueing_)
SetDepthCueingAutomatic
public void SetDepthCueingAutomatic(boolean depthCueingAutomatic_)
SetStartCuePoint
public void SetStartCuePoint(double[] startCuePoint_)
SetStartCuePoint
public void SetStartCuePoint(double e0,
double e1,
double e2)
SetEndCuePoint
public void SetEndCuePoint(double[] endCuePoint_)
SetEndCuePoint
public void SetEndCuePoint(double e0,
double e1,
double e2)
SetCompressionActivationMode
public void SetCompressionActivationMode(int compressionActivationMode_)
SetColorTexturingFlag
public void SetColorTexturingFlag(boolean colorTexturingFlag_)
SetCompactDomainsActivationMode
public void SetCompactDomainsActivationMode(int compactDomainsActivationMode_)
SetCompactDomainsAutoThreshold
public void SetCompactDomainsAutoThreshold(int compactDomainsAutoThreshold_)
GetAntialiasing
public boolean GetAntialiasing()
GetMultiresolutionMode
public boolean GetMultiresolutionMode()
GetMultiresolutionCellSize
public float GetMultiresolutionCellSize()
GetGeometryRepresentation
public int GetGeometryRepresentation()
GetDisplayListMode
public int GetDisplayListMode()
GetStereoRendering
public boolean GetStereoRendering()
GetStereoType
public int GetStereoType()
GetNotifyForEachRender
public boolean GetNotifyForEachRender()
GetScalableActivationMode
public int GetScalableActivationMode()
GetScalableAutoThreshold
public int GetScalableAutoThreshold()
GetSpecularFlag
public boolean GetSpecularFlag()
GetSpecularCoeff
public float GetSpecularCoeff()
GetSpecularPower
public float GetSpecularPower()
GetSpecularColor
public ColorAttribute GetSpecularColor()
GetDoShadowing
public boolean GetDoShadowing()
GetShadowStrength
public double GetShadowStrength()
GetDoDepthCueing
public boolean GetDoDepthCueing()
GetDepthCueingAutomatic
public boolean GetDepthCueingAutomatic()
GetStartCuePoint
public double[] GetStartCuePoint()
GetEndCuePoint
public double[] GetEndCuePoint()
GetCompressionActivationMode
public int GetCompressionActivationMode()
GetColorTexturingFlag
public boolean GetColorTexturingFlag()
GetCompactDomainsActivationMode
public int GetCompactDomainsActivationMode()
GetCompactDomainsAutoThreshold
public int GetCompactDomainsAutoThreshold()
WriteAtts
public void WriteAtts(CommunicationBuffer buf)
- Description copied from class:
AttributeSubject
- Writes the selected fields of the object to the buffer.
- Overrides:
WriteAtts
in class AttributeSubject
- Parameters:
buf
- The communication buffer to which the object will be written.
ReadAtts
public void ReadAtts(int index,
CommunicationBuffer buf)
- Description copied from class:
AttributeSubject
- Reads the specified index's data from the buffer into the object.
- Specified by:
ReadAtts
in class AttributeSubject
buf
- The communication buffer to from which the object will be read.
toString
public java.lang.String toString(java.lang.String indent)
- Overrides:
toString
in class AttributeSubject