llnl.visit
Class SaveSubWindowsAttributes

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

public class SaveSubWindowsAttributes
extends AttributeSubject


Constructor Summary
SaveSubWindowsAttributes()
           
SaveSubWindowsAttributes(int nMoreFields)
           
SaveSubWindowsAttributes(SaveSubWindowsAttributes obj)
           
 
Method Summary
 boolean equals(SaveSubWindowsAttributes obj)
           
 int GetNumAdditionalAttributes()
          Returns the number of attributes added in this level of the state object.
 SaveSubWindowAttributes GetWin1()
           
 SaveSubWindowAttributes GetWin10()
           
 SaveSubWindowAttributes GetWin11()
           
 SaveSubWindowAttributes GetWin12()
           
 SaveSubWindowAttributes GetWin13()
           
 SaveSubWindowAttributes GetWin14()
           
 SaveSubWindowAttributes GetWin15()
           
 SaveSubWindowAttributes GetWin16()
           
 SaveSubWindowAttributes GetWin2()
           
 SaveSubWindowAttributes GetWin3()
           
 SaveSubWindowAttributes GetWin4()
           
 SaveSubWindowAttributes GetWin5()
           
 SaveSubWindowAttributes GetWin6()
           
 SaveSubWindowAttributes GetWin7()
           
 SaveSubWindowAttributes GetWin8()
           
 SaveSubWindowAttributes GetWin9()
           
 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 SetWin1(SaveSubWindowAttributes win1_)
           
 void SetWin10(SaveSubWindowAttributes win10_)
           
 void SetWin11(SaveSubWindowAttributes win11_)
           
 void SetWin12(SaveSubWindowAttributes win12_)
           
 void SetWin13(SaveSubWindowAttributes win13_)
           
 void SetWin14(SaveSubWindowAttributes win14_)
           
 void SetWin15(SaveSubWindowAttributes win15_)
           
 void SetWin16(SaveSubWindowAttributes win16_)
           
 void SetWin2(SaveSubWindowAttributes win2_)
           
 void SetWin3(SaveSubWindowAttributes win3_)
           
 void SetWin4(SaveSubWindowAttributes win4_)
           
 void SetWin5(SaveSubWindowAttributes win5_)
           
 void SetWin6(SaveSubWindowAttributes win6_)
           
 void SetWin7(SaveSubWindowAttributes win7_)
           
 void SetWin8(SaveSubWindowAttributes win8_)
           
 void SetWin9(SaveSubWindowAttributes win9_)
           
 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

SaveSubWindowsAttributes

public SaveSubWindowsAttributes()

SaveSubWindowsAttributes

public SaveSubWindowsAttributes(int nMoreFields)

SaveSubWindowsAttributes

public SaveSubWindowsAttributes(SaveSubWindowsAttributes 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(SaveSubWindowsAttributes obj)

SetWin1

public void SetWin1(SaveSubWindowAttributes win1_)

SetWin2

public void SetWin2(SaveSubWindowAttributes win2_)

SetWin3

public void SetWin3(SaveSubWindowAttributes win3_)

SetWin4

public void SetWin4(SaveSubWindowAttributes win4_)

SetWin5

public void SetWin5(SaveSubWindowAttributes win5_)

SetWin6

public void SetWin6(SaveSubWindowAttributes win6_)

SetWin7

public void SetWin7(SaveSubWindowAttributes win7_)

SetWin8

public void SetWin8(SaveSubWindowAttributes win8_)

SetWin9

public void SetWin9(SaveSubWindowAttributes win9_)

SetWin10

public void SetWin10(SaveSubWindowAttributes win10_)

SetWin11

public void SetWin11(SaveSubWindowAttributes win11_)

SetWin12

public void SetWin12(SaveSubWindowAttributes win12_)

SetWin13

public void SetWin13(SaveSubWindowAttributes win13_)

SetWin14

public void SetWin14(SaveSubWindowAttributes win14_)

SetWin15

public void SetWin15(SaveSubWindowAttributes win15_)

SetWin16

public void SetWin16(SaveSubWindowAttributes win16_)

GetWin1

public SaveSubWindowAttributes GetWin1()

GetWin2

public SaveSubWindowAttributes GetWin2()

GetWin3

public SaveSubWindowAttributes GetWin3()

GetWin4

public SaveSubWindowAttributes GetWin4()

GetWin5

public SaveSubWindowAttributes GetWin5()

GetWin6

public SaveSubWindowAttributes GetWin6()

GetWin7

public SaveSubWindowAttributes GetWin7()

GetWin8

public SaveSubWindowAttributes GetWin8()

GetWin9

public SaveSubWindowAttributes GetWin9()

GetWin10

public SaveSubWindowAttributes GetWin10()

GetWin11

public SaveSubWindowAttributes GetWin11()

GetWin12

public SaveSubWindowAttributes GetWin12()

GetWin13

public SaveSubWindowAttributes GetWin13()

GetWin14

public SaveSubWindowAttributes GetWin14()

GetWin15

public SaveSubWindowAttributes GetWin15()

GetWin16

public SaveSubWindowAttributes GetWin16()

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