Uses of Interface
org.apache.batik.css.value.ImmutableValue

Packages that use ImmutableValue
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
 

Uses of ImmutableValue in org.apache.batik.css
 

Fields in org.apache.batik.css declared as ImmutableValue
protected  ImmutableValue CSSOMValue.value
          The value implementation.
protected  ImmutableValue CSSOMReadOnlyValue.value
          The value implementation.
 

Methods in org.apache.batik.css that return ImmutableValue
 ImmutableValue CSSOMValue.getImmutableValue()
          Returns the underlying immutable value.
 ImmutableValue CSSOMReadOnlyValue.getImmutableValue()
          Returns the underlying immutable value.
 

Methods in org.apache.batik.css with parameters of type ImmutableValue
 void CSSOMReadOnlyValue.setImmutableValue(ImmutableValue v)
          Sets the underlying immutable value.
 

Constructors in org.apache.batik.css with parameters of type ImmutableValue
CSSOMValue(ValueFactory vf, ImmutableValue v)
          Creates a new CSS value.
CSSOMReadOnlyValue(ImmutableValue v)
          Creates a new CSS value.
 

Uses of ImmutableValue in org.apache.batik.css.svg
 

Fields in org.apache.batik.css.svg declared as ImmutableValue
static ImmutableValue SVGValueConstants.NUMBER_0
          0.
static ImmutableValue SVGValueConstants.NUMBER_1
          1.
static ImmutableValue SVGValueConstants.NUMBER_4
          4.
static ImmutableValue SVGValueConstants.NUMBER_90
          90.
static ImmutableValue SVGValueConstants.NUMBER_180
          180.
static ImmutableValue SVGValueConstants.NUMBER_255
          255.
static ImmutableValue SVGValueConstants.NUMBER_270
          270.
static ImmutableValue SVGValueConstants.NUMBER_360
          360.
static ImmutableValue SVGValueConstants.NUMBER_MINUS_90
          -90.
static ImmutableValue SVGValueConstants.NUMBER_MINUS_180
          -180.
static ImmutableValue SVGValueConstants.NUMBER_MINUS_270
          -270.
static ImmutableValue SVGValueConstants.NUMBER_MINUS_360
          -360.
static ImmutableValue SVGValueConstants.ACCUMULATE_VALUE
          The 'accumulate' keyword.
static ImmutableValue SVGValueConstants.AFTER_EDGE_VALUE
          The 'after-edge' keyword.
static ImmutableValue SVGValueConstants.ALL_VALUE
          The 'all' keyword.
static ImmutableValue SVGValueConstants.AUTOSENSE_SCRIPT_VALUE
          The 'autosense-script' keyword.
static ImmutableValue SVGValueConstants.BASELINE_VALUE
          The 'baseline' keyword.
static ImmutableValue SVGValueConstants.BEFORE_EDGE_VALUE
          The 'before-edge' keyword.
static ImmutableValue SVGValueConstants.BEVEL_VALUE
          The 'bevel' keyword.
static ImmutableValue SVGValueConstants.BOTTOM_VALUE
          The 'bottom' keyword.
static ImmutableValue SVGValueConstants.BUTT_VALUE
          The 'butt' keyword.
static ImmutableValue SVGValueConstants.CRISPEDGES_VALUE
          The 'crispEdges' keyword.
static ImmutableValue SVGValueConstants.CURRENTCOLOR_VALUE
          The 'currentColor' keyword.
static ImmutableValue SVGValueConstants.END_VALUE
          The 'end' keyword.
static ImmutableValue SVGValueConstants.EVENODD_VALUE
          The 'evenodd' keyword.
static ImmutableValue SVGValueConstants.FILL_VALUE
          The 'fill' keyword.
static ImmutableValue SVGValueConstants.FILLSTROKE_VALUE
          The 'fillstroke' keyword.
static ImmutableValue SVGValueConstants.GEOMETRICPRECISION_VALUE
          The 'geometricPrecision' keyword.
static ImmutableValue SVGValueConstants.HANGING_VALUE
          The 'hanging' keyword.
static ImmutableValue SVGValueConstants.IDEOGRAPHIC_VALUE
          The 'ideographic' keyword.
static ImmutableValue SVGValueConstants.LINEARRGB_VALUE
          The 'linearRGB' keyword.
static ImmutableValue SVGValueConstants.LOWER_VALUE
          The 'lower' keyword.
static ImmutableValue SVGValueConstants.LR_VALUE
          The 'lr' keyword.
static ImmutableValue SVGValueConstants.LR_TB_VALUE
          The 'lr-tb' keyword.
static ImmutableValue SVGValueConstants.MATHEMATICAL_VALUE
          The 'mathematical' keyword.
static ImmutableValue SVGValueConstants.MIDDLE_VALUE
          The 'middle' keyword.
static ImmutableValue SVGValueConstants.MITER_VALUE
          The 'miter' keyword.
static ImmutableValue SVGValueConstants.NEW_VALUE
          The 'new' keyword.
static ImmutableValue SVGValueConstants.NO_CHANGE_VALUE
          The 'no-change' keyword.
static ImmutableValue SVGValueConstants.NONZERO_VALUE
          The 'nonzero' keyword.
static ImmutableValue SVGValueConstants.OPTIMIZELEGIBILITY_VALUE
          The 'optimizeLegibility' identifier value.
static ImmutableValue SVGValueConstants.OPTIMIZEQUALITY_VALUE
          The 'optimizeQuality' keyword.
static ImmutableValue SVGValueConstants.OPTIMIZESPEED_VALUE
          The 'optimizeSpeed' keyword.
static ImmutableValue SVGValueConstants.PAINTED_VALUE
          The 'painted' keyword.
static ImmutableValue SVGValueConstants.RESET_VALUE
          The 'reset' keyword.
static ImmutableValue SVGValueConstants.RL_VALUE
          The 'rl' keyword.
static ImmutableValue SVGValueConstants.RL_TB_VALUE
          The 'rl-tb' keyword.
static ImmutableValue SVGValueConstants.ROUND_VALUE
          The 'round' keyword.
static ImmutableValue SVGValueConstants.SQUARE_VALUE
          The 'square' keyword.
static ImmutableValue SVGValueConstants.SRGB_VALUE
          The 'sRGB' keyword.
static ImmutableValue SVGValueConstants.START_VALUE
          The 'start' keyword.
static ImmutableValue SVGValueConstants.STROKE_VALUE
          The 'stroke' keyword.
static ImmutableValue SVGValueConstants.SUB_VALUE
          The 'sub' keyword.
static ImmutableValue SVGValueConstants.SUPER_VALUE
          The 'super' keyword.
static ImmutableValue SVGValueConstants.TB_VALUE
          The 'tb' keyword.
static ImmutableValue SVGValueConstants.TB_RL_VALUE
          The 'tb-rl' keyword.
static ImmutableValue SVGValueConstants.TEXT_AFTER_EDGE_VALUE
          The 'text-after-edge' keyword.
static ImmutableValue SVGValueConstants.TEXT_BEFORE_EDGE_VALUE
          The 'text-before-edge' keyword.
static ImmutableValue SVGValueConstants.TEXT_BOTTOM_VALUE
          The 'text-bottom' keyword.
static ImmutableValue SVGValueConstants.TEXT_TOP_VALUE
          The 'text-top' keyword.
static ImmutableValue SVGValueConstants.TOP_VALUE
          The 'top' keyword.
static ImmutableValue SVGValueConstants.VISIBLEFILL_VALUE
          The 'visiblefill' keyword.
static ImmutableValue SVGValueConstants.VISIBLEFILLSTROKE_VALUE
          The 'visiblefillstroke' keyword.
static ImmutableValue SVGValueConstants.VISIBLEPAINTED_VALUE
          The 'visiblepainted' keyword.
static ImmutableValue SVGValueConstants.VISIBLESTROKE_VALUE
          The 'visiblestroke' keyword.
 

Methods in org.apache.batik.css.svg that return ImmutableValue
 ImmutableValue EnableBackgroundFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue EnableBackgroundFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue StrokeDashoffsetFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue StrokeDashoffsetFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue GlyphOrientationHorizontalFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue GlyphOrientationHorizontalFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue GlyphOrientationVerticalFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue GlyphOrientationVerticalFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue StrokeWidthFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue StrokeWidthFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue PaintFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue PaintFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue ClipPathFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ClipPathFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue StrokeDasharrayFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue StrokeDasharrayFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
protected  ImmutableValue StrokeDasharrayFactory.createValueList(LexicalUnit lu)
          Creates the quotes list.
 ImmutableValue StrokeDasharrayFactory.NumberFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue StrokeDasharrayFactory.NumberFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue OpacityFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue OpacityFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue MaskFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue MaskFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue StrokeMiterlimitFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue StrokeMiterlimitFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue SVGFontSizeFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue SVGFontSizeFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue FilterFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue FilterFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue MarkerFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue MarkerFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue BaselineShiftFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue BaselineShiftFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 

Uses of ImmutableValue in org.apache.batik.css.value
 

Classes in org.apache.batik.css.value that implement ImmutableValue
 class AbstractImmutablePrimitiveValue
          This class represents immutable primitive values.
 class AbstractImmutableValue
          This class implements an immutable value.
 class ImmutableFloat
          This class represents immutable CSS float values
 class ImmutableInherit
          This singleton class represents the immutable 'inherit' value.
 class ImmutableRect
          This class represents immutable CSS Rect values
 class ImmutableRGBColor
          This class represents immutable CSS colors.
 class ImmutableString
          This class represents immutable string values
 class ImmutableValueList
          This class implements an immutable value list.
 

Fields in org.apache.batik.css.value declared as ImmutableValue
protected static ImmutableValue DefaultCommonCSSContext.N_0
          0.
static ImmutableValue ValueConstants.INHERIT
          The 'inherit' value.
static ImmutableValue ValueConstants.NUMBER_100
          The '100' float value.
static ImmutableValue ValueConstants.NUMBER_200
          The '200' float value.
static ImmutableValue ValueConstants.NUMBER_300
          The '300' float value.
static ImmutableValue ValueConstants.NUMBER_400
          The '400' float value.
static ImmutableValue ValueConstants.NUMBER_500
          The '500' float value.
static ImmutableValue ValueConstants.NUMBER_600
          The '600' float value.
static ImmutableValue ValueConstants.NUMBER_700
          The '700' float value.
static ImmutableValue ValueConstants.NUMBER_800
          The '800' float value.
static ImmutableValue ValueConstants.NUMBER_900
          The '900' float value.
static ImmutableValue ValueConstants.ACTIVEBORDER_VALUE
          The 'activeborder' identifier value.
static ImmutableValue ValueConstants.ACTIVECAPTION_VALUE
          The 'activecaption' identifier value.
static ImmutableValue ValueConstants.APPWORKSPACE_VALUE
          The 'appworkspace' identifier value.
static ImmutableValue ValueConstants.AUTO_VALUE
          The 'auto' identifier.
static ImmutableValue ValueConstants.BACKGROUND_VALUE
          The 'background' identifier value.
static ImmutableValue ValueConstants.BIDI_OVERRIDE_VALUE
          The 'bidi-override' identifier value.
static ImmutableValue ValueConstants.BLINK_VALUE
          The 'blink' identifier value.
static ImmutableValue ValueConstants.BLOCK_VALUE
          The 'block' identifier value.
static ImmutableValue ValueConstants.BOLD_VALUE
          The 'bold' identifier value.
static ImmutableValue ValueConstants.BOLDER_VALUE
          The 'bolder' identifier value.
static ImmutableValue ValueConstants.BUTTONFACE_VALUE
          The 'buttonface' identifier value.
static ImmutableValue ValueConstants.BUTTONHIGHLIGHT_VALUE
          The 'buttonhighlight' identifier value.
static ImmutableValue ValueConstants.BUTTONSHADOW_VALUE
          The 'buttonshadow' identifier value.
static ImmutableValue ValueConstants.BUTTONTEXT_VALUE
          The 'buttontext' identifier value.
static ImmutableValue ValueConstants.CAPTIONTEXT_VALUE
          The 'captiontext' identifier value.
static ImmutableValue ValueConstants.COLLAPSE_VALUE
          The 'collapse' identifier value.
static ImmutableValue ValueConstants.COMPACT_VALUE
          The 'compact' identifier value.
static ImmutableValue ValueConstants.CONDENSED_VALUE
          The 'condensed' identifier value.
static ImmutableValue ValueConstants.CROSSHAIR_VALUE
          The 'crosshair' identifier value.
static ImmutableValue ValueConstants.CURSIVE_VALUE
          The 'cursive' keyword.
static ImmutableValue ValueConstants.DEFAULT_VALUE
          The 'default' identifier value.
static ImmutableValue ValueConstants.E_RESIZE_VALUE
          The 'e-resize' identifier value.
static ImmutableValue ValueConstants.EMBED_VALUE
          The 'embed' identifier value.
static ImmutableValue ValueConstants.EXPANDED_VALUE
          The 'expanded' identifier value.
static ImmutableValue ValueConstants.EXTRA_CONDENSED_VALUE
          The 'extra-condensed' identifier value.
static ImmutableValue ValueConstants.EXTRA_EXPANDED_VALUE
          The 'extra-expanded' identifier value.
static ImmutableValue ValueConstants.FANTASY_VALUE
          The 'fantasy' keyword.
static ImmutableValue ValueConstants.GRAYTEXT_VALUE
          The 'graytext' identifier value.
static ImmutableValue ValueConstants.HELP_VALUE
          The 'help' identifier value.
static ImmutableValue ValueConstants.HIDDEN_VALUE
          The 'hidden' identifier value.
static ImmutableValue ValueConstants.HIGHLIGHT_VALUE
          The 'highlight' identifier value.
static ImmutableValue ValueConstants.HIGHLIGHTTEXT_VALUE
          The 'highlighttext' identifier value.
static ImmutableValue ValueConstants.INACTIVEBORDER_VALUE
          The 'inactiveborder' identifier value.
static ImmutableValue ValueConstants.INACTIVECAPTION_VALUE
          The 'inactivecaption' identifier value.
static ImmutableValue ValueConstants.INACTIVECAPTIONTEXT_VALUE
          The 'inactivecaptiontext' identifier value.
static ImmutableValue ValueConstants.INFOBACKGROUND_VALUE
          The 'infobackground' identifier value.
static ImmutableValue ValueConstants.INFOTEXT_VALUE
          The 'infotext' identifier value.
static ImmutableValue ValueConstants.INLINE_VALUE
          The 'inline' identifier value.
static ImmutableValue ValueConstants.INLINE_TABLE_VALUE
          The 'inline-table' identifier value.
static ImmutableValue ValueConstants.ITALIC_VALUE
          The 'italic' identifier value.
static ImmutableValue ValueConstants.LARGE_VALUE
          The 'large' identifier value.
static ImmutableValue ValueConstants.LARGER_VALUE
          The 'larger' identifier value.
static ImmutableValue ValueConstants.LIGHTER_VALUE
          The 'lighter' identifier value.
static ImmutableValue ValueConstants.LINE_THROUGH_VALUE
          The 'line-through' identifier value.
static ImmutableValue ValueConstants.LIST_ITEM_VALUE
          The 'list-item' identifier value.
static ImmutableValue ValueConstants.LTR_VALUE
          The 'ltr' keyword.
static ImmutableValue ValueConstants.MARKER_VALUE
          The 'marker' identifier value.
static ImmutableValue ValueConstants.MEDIUM_VALUE
          The 'medium' identifier value.
static ImmutableValue ValueConstants.MENU_VALUE
          The 'menu' identifier value.
static ImmutableValue ValueConstants.MENUTEXT_VALUE
          The 'menutext' identifier value.
static ImmutableValue ValueConstants.MONOSPACED_VALUE
          The 'monospaced' keyword.
static ImmutableValue ValueConstants.MOVE_VALUE
          The 'move' identifier value.
static ImmutableValue ValueConstants.N_RESIZE_VALUE
          The 'n-resize' identifier value.
static ImmutableValue ValueConstants.NARROWER_VALUE
          The 'narrower' identifier value.
static ImmutableValue ValueConstants.NE_RESIZE_VALUE
          The 'ne-resize' identifier value.
static ImmutableValue ValueConstants.NONE_VALUE
          The 'none' identifier value.
static ImmutableValue ValueConstants.NORMAL_VALUE
          The 'normal' identifier value.
static ImmutableValue ValueConstants.NW_RESIZE_VALUE
          The 'nw-resize' identifier value.
static ImmutableValue ValueConstants.OBLIQUE_VALUE
          The 'oblique' identifier value.
static ImmutableValue ValueConstants.OVERLINE_VALUE
          The 'overline' identifier value.
static ImmutableValue ValueConstants.POINTER_VALUE
          The 'pointer' identifier value.
static ImmutableValue ValueConstants.RTL_VALUE
          The 'rtl' keyword.
static ImmutableValue ValueConstants.RUN_IN_VALUE
          The 'run-in' identifier value.
static ImmutableValue ValueConstants.S_RESIZE_VALUE
          The 's-resize' identifier value.
static ImmutableValue ValueConstants.SANS_SERIF_VALUE
          The 'sans-serif' keyword.
static ImmutableValue ValueConstants.SCROLL_VALUE
          The 'scroll' identifier value.
static ImmutableValue ValueConstants.SCROLLBAR_VALUE
          The 'scrollbar' identifier value.
static ImmutableValue ValueConstants.SE_RESIZE_VALUE
          The 'se-resize' identifier value.
static ImmutableValue ValueConstants.SEMI_CONDENSED_VALUE
          The 'semi-condensed' identifier value.
static ImmutableValue ValueConstants.SEMI_EXPANDED_VALUE
          The 'semi-expanded' identifier value.
static ImmutableValue ValueConstants.SERIF_VALUE
          The 'serif' keyword.
static ImmutableValue ValueConstants.SMALL_VALUE
          The 'small' identifier value.
static ImmutableValue ValueConstants.SMALL_CAPS_VALUE
          The 'small-caps' identifier value.
static ImmutableValue ValueConstants.SMALLER_VALUE
          The 'smaller' identifier value.
static ImmutableValue ValueConstants.SW_RESIZE_VALUE
          The 'sw-resize' identifier value.
static ImmutableValue ValueConstants.TABLE_VALUE
          The 'table' identifier value.
static ImmutableValue ValueConstants.TABLE_CAPTION_VALUE
          The 'table-caption' identifier value.
static ImmutableValue ValueConstants.TABLE_CELL_VALUE
          The 'table-cell' identifier value.
static ImmutableValue ValueConstants.TABLE_COLUMN_VALUE
          The 'table-column' identifier value.
static ImmutableValue ValueConstants.TABLE_COLUMN_GROUP_VALUE
          The 'table-column-group' identifier value.
static ImmutableValue ValueConstants.TABLE_FOOTER_GROUP_VALUE
          The 'table-footer-group' identifier value.
static ImmutableValue ValueConstants.TABLE_HEADER_GROUP_VALUE
          The 'table-header-group' identifier value.
static ImmutableValue ValueConstants.TABLE_ROW_VALUE
          The 'table-row' identifier value.
static ImmutableValue ValueConstants.TABLE_ROW_GROUP_VALUE
          The 'table-row-group' identifier value.
static ImmutableValue ValueConstants.TEXT_VALUE
          The 'text' identifier value.
static ImmutableValue ValueConstants.THREEDDARKSHADOW_VALUE
          The 'threeddarkshadow' identifier value.
static ImmutableValue ValueConstants.THREEDFACE_VALUE
          The 'threedface' identifier value.
static ImmutableValue ValueConstants.THREEDHIGHLIGHT_VALUE
          The 'threedhighlight' identifier value.
static ImmutableValue ValueConstants.THREEDLIGHTSHADOW_VALUE
          The 'threedlightshadow' identifier value.
static ImmutableValue ValueConstants.THREEDSHADOW_VALUE
          The 'threedshadow' identifier value.
static ImmutableValue ValueConstants.ULTRA_CONDENSED_VALUE
          The 'ultra-condensed' identifier value.
static ImmutableValue ValueConstants.ULTRA_EXPANDED_VALUE
          The 'ultra-expanded' identifier value.
static ImmutableValue ValueConstants.UNDERLINE_VALUE
          The 'underline' identifier value.
static ImmutableValue ValueConstants.VISIBLE_VALUE
          The 'visible' identifier value.
static ImmutableValue ValueConstants.W_RESIZE_VALUE
          The 'w-resize' identifier value.
static ImmutableValue ValueConstants.WAIT_VALUE
          The 'wait' identifier value.
static ImmutableValue ValueConstants.WIDER_VALUE
          The 'wider' identifier value.
static ImmutableValue ValueConstants.WINDOW_VALUE
          The 'window' identifier value.
static ImmutableValue ValueConstants.WINDOWFRAME_VALUE
          The 'windowframe' identifier value.
static ImmutableValue ValueConstants.WINDOWTEXT_VALUE
          The 'windowtext' identifier value.
static ImmutableValue ValueConstants.X_LARGE_VALUE
          The 'x-large' identifier value.
static ImmutableValue ValueConstants.X_SMALL_VALUE
          The 'x-small' identifier value.
static ImmutableValue ValueConstants.XX_LARGE_VALUE
          The 'xx-large' identifier value.
static ImmutableValue ValueConstants.XX_SMALL_VALUE
          The 'xx-small' identifier value.
 

Methods in org.apache.batik.css.value that return ImmutableValue
 ImmutableValue AbstractValueFactory.createValue(java.lang.String text)
          Creates a value from its text representation
 ImmutableValue AbstractValueFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue AbstractValueFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue AbstractIdentifierFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue AbstractIdentifierFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue AbstractLengthFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue AbstractLengthFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue AbstractRGBColorFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
protected  ImmutableValue AbstractRGBColorFactory.createColorValue(LexicalUnit lu)
          Creates a float value usable by an RGBColor.
 ImmutableValue ColorFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ColorFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue FontSizeFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue FontSizeFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue AbstractValueFactory.StringFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue AbstractValueFactory.StringFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue AbstractValueFactory.URIFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue AbstractValueFactory.URIFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue ImmutableString.createReadOnlyCopy()
          Returns a deep read-only copy of this object.
 ImmutableValue ValueFactory.createValue(java.lang.String text)
          Creates a value from its text representation
 ImmutableValue ValueFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ValueFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue ValueFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue SpacingFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue SpacingFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue AbstractRectFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue LengthFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue LengthFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue ColorFactory.RGBColorFactory.create()
          Creates the color.
 ImmutableValue ImmutableRect.createReadOnlyCopy()
          Returns a deep read-only copy of this object.
 ImmutableValue ImmutableValue.createReadOnlyCopy()
          Returns a deep read-only copy of this object.
 ImmutableValue FontSizeAdjustFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue FontSizeAdjustFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue FontSizeAdjustFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue ImmutableInherit.createReadOnlyCopy()
          Returns a deep read-only copy of this object.
 ImmutableValue CursorFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue CursorFactory.IdentifierFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue CursorFactory.IdentifierFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue TextDecorationFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue TextDecorationFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue ImmutableValueList.createReadOnlyCopy()
          Returns a deep read-only copy of this object.
 ImmutableValue AbstractRGBColorFactory.ColorComponentFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue FontFamilyFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ImmutableFloat.createReadOnlyCopy()
          Returns a deep read-only copy of this object.
 ImmutableValue ImmutableRGBColor.createReadOnlyCopy()
          Returns a deep read-only copy of this object.
 ImmutableValue FontWeightFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue FontWeightFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue ClipFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ClipFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.