com.partnersoft.v3x.graphics.linetypes
Class CompoundFormatSection

java.lang.Object
  extended by com.partnersoft.v3x.graphics.linetypes.FormatSection
      extended by com.partnersoft.v3x.graphics.linetypes.CompoundFormatSection
All Implemented Interfaces:
java.io.Serializable

public class CompoundFormatSection
extends FormatSection

See Also:
Serialized Form

Constructor Summary
CompoundFormatSection()
          Create a new CompoundFormatSection.
 
Method Summary
 java.util.ArrayList getMembers()
          Subsections of the compound section.
 void setMembers(java.util.ArrayList newMembers)
          Subsections of the compound section.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundFormatSection

public CompoundFormatSection()
Create a new CompoundFormatSection.

Method Detail

getMembers

public java.util.ArrayList getMembers()
Subsections of the compound section.


setMembers

public void setMembers(java.util.ArrayList newMembers)
Subsections of the compound section.