llnl.visit
Class LightList

java.lang.Object
  extended by llnl.visit.AttributeSubject
      extended by llnl.visit.LightList

public class LightList
extends AttributeSubject


Constructor Summary
LightList()
           
LightList(int nMoreFields)
           
LightList(LightList obj)
           
 
Method Summary
 boolean equals(LightList obj)
           
 LightAttributes GetLight0()
           
 LightAttributes GetLight1()
           
 LightAttributes GetLight2()
           
 LightAttributes GetLight3()
           
 LightAttributes GetLight4()
           
 LightAttributes GetLight5()
           
 LightAttributes GetLight6()
           
 LightAttributes GetLight7()
           
 int GetNumAdditionalAttributes()
          Returns the number of attributes added in this level of the state object.
 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 SetAllEnabled(boolean val)
           
 void SetDefaultEnabledStates()
           
 void SetLight0(LightAttributes light0_)
           
 void SetLight1(LightAttributes light1_)
           
 void SetLight2(LightAttributes light2_)
           
 void SetLight3(LightAttributes light3_)
           
 void SetLight4(LightAttributes light4_)
           
 void SetLight5(LightAttributes light5_)
           
 void SetLight6(LightAttributes light6_)
           
 void SetLight7(LightAttributes light7_)
           
 java.lang.String toString(java.lang.String indent)
           
 void WriteAtts(CommunicationBuffer buf)
          Writes the selected fields of the object to the buffer.
 
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
 

Constructor Detail

LightList

public LightList()

LightList

public LightList(int nMoreFields)

LightList

public LightList(LightList obj)
Method Detail

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(LightList obj)

SetLight0

public void SetLight0(LightAttributes light0_)

SetLight1

public void SetLight1(LightAttributes light1_)

SetLight2

public void SetLight2(LightAttributes light2_)

SetLight3

public void SetLight3(LightAttributes light3_)

SetLight4

public void SetLight4(LightAttributes light4_)

SetLight5

public void SetLight5(LightAttributes light5_)

SetLight6

public void SetLight6(LightAttributes light6_)

SetLight7

public void SetLight7(LightAttributes light7_)

GetLight0

public LightAttributes GetLight0()

GetLight1

public LightAttributes GetLight1()

GetLight2

public LightAttributes GetLight2()

GetLight3

public LightAttributes GetLight3()

GetLight4

public LightAttributes GetLight4()

GetLight5

public LightAttributes GetLight5()

GetLight6

public LightAttributes GetLight6()

GetLight7

public LightAttributes GetLight7()

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

SetDefaultEnabledStates

public void SetDefaultEnabledStates()

SetAllEnabled

public void SetAllEnabled(boolean val)