ru.novosoft.dc.rtf.dom
Class ShapeGroup

java.lang.Object
  |
  +--ru.novosoft.dc.rtf.dom.ShapeEntry
        |
        +--ru.novosoft.dc.rtf.dom.ShapeGroup

public class ShapeGroup
extends ShapeEntry

This class describes a group of shape objects.


Constructor Summary
ShapeGroup()
           
 
Method Summary
 void addEntry(ShapeEntry entry)
          Add entry to the end of list.
 void exportTo(org.w3c.dom.Element elem)
          Export the contents of this object to the specified DOM element.
 java.util.List list()
          Return the list of all shape entries specified in this group.
 
Methods inherited from class ru.novosoft.dc.rtf.dom.ShapeEntry
getID, getInt, getProperty, getProperty, hasID, isTrue, properties, setID, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeGroup

public ShapeGroup()
Method Detail

list

public final java.util.List list()
Return the list of all shape entries specified in this group.

addEntry

public final void addEntry(ShapeEntry entry)
Add entry to the end of list.

exportTo

public void exportTo(org.w3c.dom.Element elem)
Export the contents of this object to the specified DOM element.
Overrides:
exportTo in class ShapeEntry