org.formaria.swing
Class FlowedTextComponent.Attrib

java.lang.Object
  extended by org.formaria.swing.FlowedTextComponent.Attrib
Enclosing class:
FlowedTextComponent

protected class FlowedTextComponent.Attrib
extends java.lang.Object

A structure for holding references to the attributes of the string


Constructor Summary
FlowedTextComponent.Attrib(java.text.AttributedCharacterIterator.Attribute t, java.lang.Object v, int s, int e)
          Create a new Attrib holder
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowedTextComponent.Attrib

public FlowedTextComponent.Attrib(java.text.AttributedCharacterIterator.Attribute t,
                                  java.lang.Object v,
                                  int s,
                                  int e)
Create a new Attrib holder

Parameters:
t - the type of attribute
v - the value of the attribute
s - the starting offset
e - the ending offset