|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDefinition | |
---|---|
org.ujac.print | |
org.ujac.print.tag | |
org.ujac.print.tag.acroform | |
org.ujac.print.tag.graphics |
Uses of AttributeDefinition in org.ujac.print |
---|
Methods in org.ujac.print that return AttributeDefinition | |
---|---|
AttributeDefinition |
AttributeDefinition.addAlias(String alias)
Adds the given alias to the alias set. |
AttributeDefinition |
AttributeDefinition.addAliases(String[] aliases)
Adds the given aliases to the alias set. |
AttributeDefinition |
AttributeDefinition.cloneAttrDef()
Creates a clone from the current instance. |
AttributeDefinition |
AttributeDefinition.cloneAttrDef(String description)
Creates a clone from the current instance. |
AttributeDefinition |
BaseDocumentTag.getAttributeDefinition(String name)
Gets the attribute definition for the given name |
AttributeDefinition |
BaseDocumentTag.getStyleAttributeDefinition(String name)
Gets the attribute definition for the given name |
AttributeDefinition |
AttributeDefinition.setDeprecation(String deprecation)
Setter method for the the property deprecation. |
AttributeDefinition |
AttributeDefinition.setRequired(boolean required)
Sets the attribute's required flag. |
Methods in org.ujac.print with parameters of type AttributeDefinition | |
---|---|
protected void |
BaseDocumentTag.addAttributeDefinition(AttributeDefinition definition)
Adds the given attribute definition to the set of supported attributes. |
AttributeDefinitionMap |
AttributeDefinitionMap.addDefinition(AttributeDefinition attrDef)
Adds the given AttributeDefinition instance to the map by using the instances property 'name' as key. |
protected void |
BaseDocumentTag.addStyleAttributeDefinition(AttributeDefinition definition)
Adds the given attribute definition to the set of supported attributes. |
Object |
BaseDocumentTag.evalAttribute(AttributeDefinition attrDef)
Gets the value for the given attribute definition. |
Object |
BaseDocumentTag.getAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef,
TypedAttributeHandler attrHandler)
Gets the value for the given attribute's name. |
Object |
BaseDocumentTag.getAttribute(AttributeDefinition attrDef,
Object defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef,
TypedAttributeHandler attrHandler)
Gets the value for the given attribute's name. |
boolean |
BaseDocumentTag.getBooleanAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the boolean value for the given attribute's name. |
boolean |
BaseDocumentTag.getBooleanAttribute(AttributeDefinition attrDef,
boolean defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the boolean value for the given attribute's name. |
int |
BaseDocumentTag.getBorderAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the border value for the given attribute's name. |
int |
BaseDocumentTag.getBorderAttribute(AttributeDefinition attrDef,
int defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the border value for the given attribute's name. |
Color |
BaseDocumentTag.getColorAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the color value for the given attribute's name. |
Color |
BaseDocumentTag.getColorAttribute(AttributeDefinition attrDef,
Color defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the color value for the given attribute's name. |
float |
BaseDocumentTag.getDimensionAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the dimension value for the given attribute's name. |
float |
BaseDocumentTag.getDimensionAttribute(AttributeDefinition attrDef,
float defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the dimension value for the given attribute's name. |
float |
BaseDocumentTag.getDimensionAttribute(AttributeDefinition attrDef,
Float defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the dimension value for the given attribute's name. |
float |
BaseDocumentTag.getFloatAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the float value for the given attribute's name. |
float |
BaseDocumentTag.getFloatAttribute(AttributeDefinition attrDef,
float defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the float value for the given attribute's name. |
int |
BaseDocumentTag.getHorizontalAlignmentAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the horizontal alignment value for the given attribute's name. |
int |
BaseDocumentTag.getHorizontalAlignmentAttribute(AttributeDefinition attrDef,
int defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the horizontal alignment value for the given attribute's name. |
int |
BaseDocumentTag.getIntegerAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the integer value for the given attribute's name. |
int |
BaseDocumentTag.getIntegerAttribute(AttributeDefinition attrDef,
int defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the integer value for the given attribute's name. |
String |
BaseDocumentTag.getStringAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the value for the given attribute's name. |
String |
BaseDocumentTag.getStringAttribute(AttributeDefinition attrDef,
String defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the value for the given attribute's name. |
Object |
BaseDocumentTag.getStyleAttribute(AttributeDefinition styleAttrDef)
Gets the style attribute with the given name. |
String |
BaseDocumentTag.getTextAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the value for the given attribute's name. |
String |
BaseDocumentTag.getTextAttribute(AttributeDefinition attrDef,
String defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the value for the given attribute's name. |
int |
BaseDocumentTag.getVerticalAlignmentAttribute(AttributeDefinition attrDef,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the vertical alignment value for the given attribute's name. |
int |
BaseDocumentTag.getVerticalAlignmentAttribute(AttributeDefinition attrDef,
int defaultValue,
boolean evaluate,
AttributeDefinition styleAttrDef)
Gets the vertical alignment value for the given attribute's name. |
boolean |
BaseDocumentTag.isAttributeDefined(AttributeDefinition attrDef)
Checks whether the given attribute is defined or not. |
boolean |
BaseDocumentTag.isAttributeDefined(AttributeDefinition attrDef,
AttributeDefinition styleAttrDef)
Checks whether the given attribute is defined or not. |
boolean |
BaseDocumentTag.isAttributeSupported(AttributeDefinition attrDef)
Checks, if the given attribute is supported. |
boolean |
BaseDocumentTag.isAttributeSupported(AttributeDefinition attrDef,
AttributeDefinition styleAttrDef)
Checks, if the given attribute or style attribute is supported. |
AttributeDefinitionMap |
AttributeDefinitionMap.removeDefinition(AttributeDefinition attrDef)
Removes the given AttributeDefinition instance from the map by using the instances property 'name' as key. |
Object |
DefaultAttributeHandler.typeCastAttributeValue(Locator locator,
AttributeDefinition attrDef,
String attrName,
Object value)
Casts the given object value into a the correct type for the specified attribute definition. |
Object |
AttributeHandler.typeCastAttributeValue(Locator locator,
AttributeDefinition attrDef,
String attrName,
Object value)
Casts the given object value into a the correct type for the specified attribute definition. |
Constructors in org.ujac.print with parameters of type AttributeDefinition | |
---|---|
AttributeDefinitionMap(AttributeDefinition attrDef)
Constructs a AttributeDefinitionMap instance with specific attributes. |
Uses of AttributeDefinition in org.ujac.print.tag |
---|
Uses of AttributeDefinition in org.ujac.print.tag.acroform |
---|
Fields in org.ujac.print.tag.acroform declared as AttributeDefinition | |
---|---|
static AttributeDefinition |
BaseAcroFieldTag.BORDER_TYPE
Definition of the 'border-type' attribute. |
static AttributeDefinition |
BaseAcroFieldTag.FIELD_EDITABLE
Definition of the 'editable' attribute. |
static AttributeDefinition |
BaseAcroFieldTag.FIELD_HEIGHT
Definition of the 'height' attribute. |
static AttributeDefinition |
BaseAcroFieldTag.FIELD_NAME
Definition of the 'name' attribute. |
static AttributeDefinition |
BaseAcroFieldTag.FIELD_STATUS
Definition of the 'status' attribute. |
static AttributeDefinition |
TextFieldAcroFieldTag.FIELD_TYPE
Definition of the 'type' attribute. |
static AttributeDefinition |
BaseAcroFieldTag.FIELD_VALUE
Definition of the 'value' attribute. |
static AttributeDefinition |
BaseAcroFieldTag.FIELD_WIDTH
Definition of the 'width' attribute. |
static AttributeDefinition |
BaseAcroFieldTag.FIELD_X
Definition of the 'x' attribute. |
static AttributeDefinition |
BaseAcroFieldTag.FIELD_Y
Definition of the 'y' attribute. |
static AttributeDefinition |
BaseAcroFieldTag.FORM_URL
Definition of the 'form-url' attribute. |
static AttributeDefinition |
TextFieldAcroFieldTag.TEXT_ALIGN
Definition of the 'text-align' attribute. |
Uses of AttributeDefinition in org.ujac.print.tag.graphics |
---|
Fields in org.ujac.print.tag.graphics declared as AttributeDefinition | |
---|---|
protected static AttributeDefinition |
GraphicsTag.DRAW_FOREGROUND
Definition of the 'draw-foreground' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.FILL
Definition of the 'fill' attribute. |
protected static AttributeDefinition |
GraphicsTag.FILL_COLOR
Definition of the 'fill-color' attribute. |
protected static AttributeDefinition |
SetLineCapTag.LINE_CAP
Definition of the 'line-cap' attribute. |
protected static AttributeDefinition |
SetLineJoinTag.LINE_JOIN
Definition of the 'line-join' attribute. |
protected static AttributeDefinition |
GraphicsTag.LINE_WIDTH
Definition of the 'line-width' attribute. |
protected static AttributeDefinition |
SetLineDashTag.PHASE
Definition of the 'phase' attribute. |
protected static AttributeDefinition |
DrawRectangleTag.RECT_HEIGHT
Definition of the 'height' attribute. |
protected static AttributeDefinition |
DrawRectangleTag.RECT_WIDTH
Definition of the 'width' attribute. |
protected static AttributeDefinition |
GraphicsTag.STROKE_COLOR
Definition of the 'stroke-color' attribute. |
protected static AttributeDefinition |
SetLineDashTag.UNITS_OFF
Definition of the 'units-off' attribute. |
protected static AttributeDefinition |
SetLineDashTag.UNITS_ON
Definition of the 'units-on' attribute. |
protected static AttributeDefinition |
SetLineWidthTag.WIDTH
Definition of the 'width' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.X
Definition of the 'x' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.X1
Definition of the 'x1' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.X2
Definition of the 'x2' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.X3
Definition of the 'x3' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.X4
Definition of the 'x4' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.Y
Definition of the 'y' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.Y1
Definition of the 'y1' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.Y2
Definition of the 'y2' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.Y3
Definition of the 'y3' attribute. |
protected static AttributeDefinition |
BaseGraphicsTag.Y4
Definition of the 'y4' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |