Uses of Interface
org.ujac.print.AttributeHandler

Packages that use AttributeHandler
org.ujac.print   
 

Uses of AttributeHandler in org.ujac.print
 

Classes in org.ujac.print that implement AttributeHandler
 class DefaultAttributeHandler
          Name: DefaultAttributeParser
Description: Default AttributeHandler implementation.
 

Fields in org.ujac.print declared as AttributeHandler
protected  AttributeHandler TypedAttributeHandler.attributeHandler
          The attribute handler to use.
 

Methods in org.ujac.print that return AttributeHandler
 AttributeHandler BaseDocumentTag.getAttributeHandler()
          Getter method for the the property attributeHandler.
 AttributeHandler DocumentHandler.getAttributeHandler()
          Getter method for the the property attributeHandler.
 

Methods in org.ujac.print with parameters of type AttributeHandler
 void DefaultStyleParser.setAttributeHandler(AttributeHandler attributeHandler)
          Setter method for the the property attributeHandler.
 void StyleParser.setAttributeHandler(AttributeHandler attributeHandler)
          Sets the attribute handler.
 void DocumentHandler.setAttributeHandler(AttributeHandler attributeHandler)
          Setter method for the the property attributeHandler.
 

Constructors in org.ujac.print with parameters of type AttributeHandler
BooleanAttributeHandler(AttributeHandler attributeHandler)
          Constructs a BooleanAttributeHandler instance with specific attributes.
BorderAttributeHandler(AttributeHandler attributeHandler)
          Constructs a BorderAttributeHandler instance with specific attributes.
ColorAttributeHandler(AttributeHandler attributeHandler)
          Constructs a ColorAttributeHandler instance with specific attributes.
DimensionAttributeHandler(AttributeHandler attributeHandler)
          Constructs a DimensionAttributeHandler instance with specific attributes.
DoubleAttributeHandler(AttributeHandler attributeHandler)
          Constructs a DoubleAttributeHandler instance with specific attributes.
EscapeSequenceTextAttributeHandler(AttributeHandler attributeHandler)
          Constructs a EscapeSequenceTextAttributeHandler instance with specific attributes.
FloatAttributeHandler(AttributeHandler attributeHandler)
          Constructs a FloatAttributeHandler instance with specific attributes.
HorizontalAlignmentAttributeHandler(AttributeHandler attributeHandler)
          Constructs a HorizontalAlignmentAttributeHandler instance with specific attributes.
IntegerAttributeHandler(AttributeHandler attributeHandler)
          Constructs a IntegerAttributeHandler instance with specific attributes.
TextAttributeHandler(AttributeHandler attributeHandler)
          Constructs a TextAttributeHandler instance with specific attributes.
TypedAttributeHandler(AttributeHandler attributeHandler)
          Constructs a TypedAttributeHandler instance with specific attributes.
VerticalAlignmentAttributeHandler(AttributeHandler attributeHandler)
          Constructs a VerticalAlignmentAttributeHandler instance with specific attributes.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.