Ontimize 5.2072EN

com.ontimize.util.rtf.style
Class RTFDocument.RowElement

java.lang.Object
  extended byjavax.swing.text.AbstractDocument.AbstractElement
      extended byjavax.swing.text.AbstractDocument.BranchElement
          extended bycom.ontimize.util.rtf.style.RTFDocument.RowElement
All Implemented Interfaces:
javax.swing.text.AttributeSet, javax.swing.text.Element, javax.swing.text.MutableAttributeSet, java.io.Serializable, javax.swing.tree.TreeNode
Enclosing class:
RTFDocument

public class RTFDocument.RowElement
extends javax.swing.text.AbstractDocument.BranchElement

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.text.AttributeSet
javax.swing.text.AttributeSet.CharacterAttribute, javax.swing.text.AttributeSet.ColorAttribute, javax.swing.text.AttributeSet.FontAttribute, javax.swing.text.AttributeSet.ParagraphAttribute
 
Field Summary
 
Fields inherited from interface javax.swing.text.AttributeSet
NameAttribute, ResolveAttribute
 
Constructor Summary
RTFDocument.RowElement(javax.swing.text.Element parent, javax.swing.text.AttributeSet attr, int cellCount, int[] cellOffsets, int[] cellLengths, int[] widths, int height)
           
 
Method Summary
 int getCellWidth(int index)
           
 int getHeight()
           
 java.lang.String getName()
           
 int getWidth()
           
 boolean isLeaf()
           
 void setBorders(BorderAttributes ba)
           
 void setHeight(int height)
           
 void setMargins(java.awt.Insets margins)
           
 
Methods inherited from class javax.swing.text.AbstractDocument.BranchElement
children, getAllowsChildren, getElement, getElementCount, getElementIndex, getEndOffset, getStartOffset, positionToElement, replace, toString
 
Methods inherited from class javax.swing.text.AbstractDocument.AbstractElement
addAttribute, addAttributes, containsAttribute, containsAttributes, copyAttributes, dump, getAttribute, getAttributeCount, getAttributeNames, getAttributes, getChildAt, getChildCount, getDocument, getIndex, getParent, getParentElement, getResolveParent, isDefined, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RTFDocument.RowElement

public RTFDocument.RowElement(javax.swing.text.Element parent,
                              javax.swing.text.AttributeSet attr,
                              int cellCount,
                              int[] cellOffsets,
                              int[] cellLengths,
                              int[] widths,
                              int height)
Method Detail

getName

public java.lang.String getName()

isLeaf

public boolean isLeaf()

getWidth

public int getWidth()

getHeight

public int getHeight()

getCellWidth

public int getCellWidth(int index)

setBorders

public void setBorders(BorderAttributes ba)

setMargins

public void setMargins(java.awt.Insets margins)

setHeight

public void setHeight(int height)

Ontimize