|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Value | |
| org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
| org.apache.batik.css.dom | |
| org.apache.batik.css.engine | |
| org.apache.batik.css.engine.value | |
| org.apache.batik.css.engine.value.css2 | |
| org.apache.batik.css.engine.value.svg | |
| org.apache.batik.dom.svg | |
| Uses of Value in org.apache.batik.bridge |
| Methods in org.apache.batik.bridge that return Value | |
static Value |
CSSUtilities.getComputedStyle(org.w3c.dom.Element e,
int property)
Returns the computed style of the given property. |
Value |
BridgeContext.getSystemColor(java.lang.String ident)
Returns the Value corresponding to the given system color. |
Value |
BridgeContext.getDefaultFontFamily()
Returns the value corresponding to the default font. |
| Methods in org.apache.batik.bridge with parameters of type Value | |
static java.lang.Object |
CSSFontFace.getSrcValue(Value v,
ParsedURL base)
|
static Marker |
PaintServer.convertMarker(org.w3c.dom.Element e,
Value v,
BridgeContext ctx)
Returns a Marker defined on the specified element by the specified value, and for the specified shape node. |
static java.awt.Paint |
PaintServer.convertPaint(org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
Value paintDef,
float opacity,
BridgeContext ctx)
Converts a Paint definition to a concrete java.awt.Paint instance according to the specified parameters. |
static java.awt.Paint |
PaintServer.silentConvertURIPaint(org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
Value paintDef,
float opacity,
BridgeContext ctx)
Converts a Paint specified by URI without sending any error. |
static java.awt.Paint |
PaintServer.convertURIPaint(org.w3c.dom.Element paintedElement,
GraphicsNode paintedNode,
Value paintDef,
float opacity,
BridgeContext ctx)
Converts a Paint specified as a URI. |
static java.awt.Color |
PaintServer.convertRGBICCColor(org.w3c.dom.Element paintedElement,
Value colorDef,
ICCColor iccColor,
float opacity,
BridgeContext ctx)
Returns a Color object that corresponds to the input Paint's ICC color value or an RGB color if the related color profile could not be used or loaded for any reason. |
static java.awt.Color |
PaintServer.convertColor(Value c,
float opacity)
Converts the given Value and opacity to a Color object. |
static float[] |
PaintServer.convertStrokeDasharray(Value v)
Converts the 'stroke-dasharray' property to a list of float number in user units. |
static float |
PaintServer.convertStrokeMiterlimit(Value v)
Converts the 'miterlimit' property to the appropriate float number. |
static int |
PaintServer.convertStrokeLinecap(Value v)
Converts the 'linecap' property to the appropriate BasicStroke constant. |
static int |
PaintServer.convertStrokeLinejoin(Value v)
Converts the 'linejoin' property to the appropriate BasicStroke constant. |
static int |
PaintServer.resolveColorComponent(Value v)
Returns the value of one color component (0 <= result <= 255). |
static float |
PaintServer.convertOpacity(Value v)
Returns the opacity represented by the specified CSSValue. |
java.awt.Cursor |
CursorManager.convertSVGCursor(org.w3c.dom.Element e,
Value l)
Returns a cursor for the given value list. |
| Uses of Value in org.apache.batik.css.dom |
| Methods in org.apache.batik.css.dom that return Value | |
Value |
CSSOMStyleDeclaration.ValueProvider.getValue(java.lang.String name)
Returns the current value associated with this object. |
Value |
CSSOMStyleDeclaration.StyleDeclarationValue.getValue()
Returns the current value associated with this object. |
protected abstract Value |
CSSOMSVGPaint.AbstractModificationHandler.getValue()
Returns the associated value. |
Value |
CSSOMSVGComputedStyle.ComputedCSSColorValue.getValue()
Returns the Value associated with this object. |
Value |
CSSOMSVGComputedStyle.ComputedCSSPaintValue.getValue()
Returns the Value associated with this object. |
Value |
CSSOMSVGColor.ValueProvider.getValue()
Returns the current value associated with this object. |
protected abstract Value |
CSSOMSVGColor.AbstractModificationHandler.getValue()
Returns the associated value. |
protected abstract Value |
CSSOMSVGColor.AbstractComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMSVGColor.RedComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMSVGColor.GreenComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMSVGColor.BlueComponent.getValue()
The returns the actual value of this component. |
Value |
CSSOMSVGStyleDeclaration.StyleDeclarationColorValue.getValue()
Returns the current value associated with this object. |
Value |
CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue.getValue()
Returns the current value associated with this object. |
Value |
CSSOMComputedStyle.ComputedCSSValue.getValue()
Returns the Value associated with this object. |
Value |
CSSOMValue.ValueProvider.getValue()
Returns the current value associated with this object. |
protected abstract Value |
CSSOMValue.AbstractModificationHandler.getValue()
Returns the associated value. |
protected abstract Value |
CSSOMValue.AbstractComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMValue.LeftComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMValue.TopComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMValue.RightComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMValue.BottomComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMValue.RedComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMValue.GreenComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMValue.BlueComponent.getValue()
The returns the actual value of this component. |
protected Value |
CSSOMValue.ListComponent.getValue()
The returns the actual value of this component. |
| Methods in org.apache.batik.css.dom with parameters of type Value | |
static float |
CSSOMValue.convertFloatValue(short unitType,
Value value)
Converts the actual float value to the given unit type. |
protected static float |
CSSOMValue.toCentimeters(Value value)
Converts the current value into centimeters. |
protected static float |
CSSOMValue.toInches(Value value)
Converts the current value into inches. |
protected static float |
CSSOMValue.toMillimeters(Value value)
Converts the current value into millimeters. |
protected static float |
CSSOMValue.toPoints(Value value)
Converts the current value into points. |
protected static float |
CSSOMValue.toPicas(Value value)
Converts the current value into picas. |
protected static float |
CSSOMValue.toDegrees(Value value)
Converts the current value into degrees. |
protected static float |
CSSOMValue.toRadians(Value value)
Converts the current value into radians. |
protected static float |
CSSOMValue.toGradians(Value value)
Converts the current value into gradians. |
protected static float |
CSSOMValue.toMilliseconds(Value value)
Converts the current value into milliseconds. |
protected static float |
CSSOMValue.toSeconds(Value value)
Converts the current value into seconds. |
protected static float |
CSSOMValue.toHertz(Value value)
Converts the current value into Hertz. |
protected static float |
CSSOMValue.tokHertz(Value value)
Converts the current value into kHertz. |
| Uses of Value in org.apache.batik.css.engine |
| Fields in org.apache.batik.css.engine declared as Value | |
protected Value[] |
StyleDeclaration.values
The values. |
protected Value[] |
StyleMap.values
The values. |
| Methods in org.apache.batik.css.engine that return Value | |
Value |
CSSContext.getSystemColor(java.lang.String ident)
Returns the Value corresponding to the given system color. |
Value |
CSSContext.getDefaultFontFamily()
Returns the value corresponding to the default font-family. |
Value |
CSSEngine.getComputedStyle(CSSStylableElement elt,
java.lang.String pseudo,
int propidx)
Returns the computed style of the given element/pseudo for the property corresponding to the given index. |
Value |
CSSEngine.parsePropertyValue(CSSStylableElement elt,
java.lang.String prop,
java.lang.String value)
Parses and creates a property value from elt. |
Value |
StyleDeclaration.getValue(int idx)
Returns the value at the given index. |
static Value |
SystemColorSupport.getSystemColor(java.lang.String ident)
Returns the Value corresponding to the given system color. |
Value |
StyleMap.getValue(int i)
Returns the value at the given index, null if unspecified. |
| Methods in org.apache.batik.css.engine with parameters of type Value | |
protected void |
CSSEngine.putAuthorProperty(StyleMap dest,
int idx,
Value sval,
boolean imp,
short origin)
Puts an author property from a style-map in another style-map, if possible. |
void |
CSSEngine.MainPropertyReceiver.setMainProperty(java.lang.String name,
Value v,
boolean important)
Called with a non-shorthand property name and it's value. |
void |
StyleDeclaration.put(int idx,
Value v,
int i,
boolean prio)
Sets a value within the declaration. |
void |
StyleDeclaration.append(Value v,
int idx,
boolean prio)
Appends a value to the declaration. |
void |
StyleMap.putValue(int i,
Value v)
Puts a property value, given the property index. |
| Uses of Value in org.apache.batik.css.engine.value |
| Classes in org.apache.batik.css.engine.value that implement Value | |
class |
AbstractValue
This class provides an abstract implementation of the Value interface. |
class |
ComputedValue
This class represents a computed property value. |
class |
FloatValue
This class represents float values. |
class |
InheritValue
This singleton class represents the 'inherit' value. |
class |
ListValue
This class represents a list of values. |
class |
RectValue
This class represents CSS rect values. |
class |
RGBColorValue
This class represents RGB colors. |
class |
StringValue
This class represents string values. |
class |
URIValue
This class represents uri values. |
| Fields in org.apache.batik.css.engine.value declared as Value | |
protected Value[] |
ListValue.items
The items. |
static Value |
ValueConstants.NUMBER_0
0 |
static Value |
ValueConstants.NUMBER_100
100 |
static Value |
ValueConstants.NUMBER_128
128 |
static Value |
ValueConstants.NUMBER_192
192 |
static Value |
ValueConstants.NUMBER_200
200 |
static Value |
ValueConstants.NUMBER_255
255 |
static Value |
ValueConstants.NUMBER_300
300 |
static Value |
ValueConstants.NUMBER_400
400 |
static Value |
ValueConstants.NUMBER_500
500 |
static Value |
ValueConstants.NUMBER_600
600 |
static Value |
ValueConstants.NUMBER_700
700 |
static Value |
ValueConstants.NUMBER_800
800 |
static Value |
ValueConstants.NUMBER_900
900 |
static Value |
ValueConstants.INHERIT_VALUE
The 'inherit' value. |
static Value |
ValueConstants.ALL_VALUE
The 'all' keyword. |
static Value |
ValueConstants.AUTO_VALUE
The 'auto' keyword. |
static Value |
ValueConstants.BIDI_OVERRIDE_VALUE
The 'bidi-override' keyword. |
static Value |
ValueConstants.BLINK_VALUE
The 'blink' keyword. |
static Value |
ValueConstants.BLOCK_VALUE
The 'block' keyword. |
static Value |
ValueConstants.BOLD_VALUE
The 'bold' keyword. |
static Value |
ValueConstants.BOLDER_VALUE
The 'bolder' keyword. |
static Value |
ValueConstants.BOTTOM_VALUE
The 'bottom' keyword. |
static Value |
ValueConstants.COLLAPSE_VALUE
The 'collapse' keyword. |
static Value |
ValueConstants.COMPACT_VALUE
The 'compact' keyword. |
static Value |
ValueConstants.CONDENSED_VALUE
The 'condensed' keyword. |
static Value |
ValueConstants.CRISPEDGES_VALUE
The 'crispedges' keyword. |
static Value |
ValueConstants.CROSSHAIR_VALUE
The 'crosshair' keyword. |
static Value |
ValueConstants.CURSIVE_VALUE
The 'cursive' keyword. |
static Value |
ValueConstants.DEFAULT_VALUE
The 'default' keyword. |
static Value |
ValueConstants.E_RESIZE_VALUE
The 'e-resize' keyword. |
static Value |
ValueConstants.EMBED_VALUE
The 'embed' keyword. |
static Value |
ValueConstants.EXPANDED_VALUE
The 'expanded' keyword. |
static Value |
ValueConstants.EXTRA_CONDENSED_VALUE
The 'extra-condensed' keyword. |
static Value |
ValueConstants.EXTRA_EXPANDED_VALUE
The 'extra-expanded' keyword. |
static Value |
ValueConstants.FANTASY_VALUE
The 'fantasy' keyword. |
static Value |
ValueConstants.HELP_VALUE
The 'help' keyword. |
static Value |
ValueConstants.HIDDEN_VALUE
The 'hidden' keyword. |
static Value |
ValueConstants.INLINE_VALUE
The 'inline' keyword. |
static Value |
ValueConstants.INLINE_TABLE_VALUE
The 'inline-table' keyword. |
static Value |
ValueConstants.ITALIC_VALUE
The 'italic' keyword. |
static Value |
ValueConstants.LARGE_VALUE
The 'large' keyword. |
static Value |
ValueConstants.LARGER_VALUE
The 'larger' keyword. |
static Value |
ValueConstants.LIGHTER_VALUE
The 'lighter' keyword. |
static Value |
ValueConstants.LINE_THROUGH_VALUE
The 'line_through' keyword. |
static Value |
ValueConstants.LIST_ITEM_VALUE
The 'list-item' keyword. |
static Value |
ValueConstants.LTR_VALUE
The 'ltr' keyword. |
static Value |
ValueConstants.MARKER_VALUE
The 'marker' keyword. |
static Value |
ValueConstants.MEDIUM_VALUE
The 'medium' keyword. |
static Value |
ValueConstants.MONOSPACE_VALUE
The 'monospaced' keyword. |
static Value |
ValueConstants.MOVE_VALUE
The 'move' keyword. |
static Value |
ValueConstants.N_RESIZE_VALUE
The 'n-resize' keyword. |
static Value |
ValueConstants.NARROWER_VALUE
The 'narrower' keyword. |
static Value |
ValueConstants.NE_RESIZE_VALUE
The 'ne-resize' keyword. |
static Value |
ValueConstants.NW_RESIZE_VALUE
The 'nw-resize' keyword. |
static Value |
ValueConstants.NONE_VALUE
The 'none' keyword. |
static Value |
ValueConstants.NORMAL_VALUE
The 'normal' keyword. |
static Value |
ValueConstants.OBLIQUE_VALUE
The 'oblique' keyword. |
static Value |
ValueConstants.OVERLINE_VALUE
The 'overline' keyword. |
static Value |
ValueConstants.POINTER_VALUE
The 'pointer' keyword. |
static Value |
ValueConstants.PAINTED_VALUE
The 'painted' keyword. |
static Value |
ValueConstants.RTL_VALUE
The 'rtl' keyword. |
static Value |
ValueConstants.RUN_IN_VALUE
The 'run-in' keyword. |
static Value |
ValueConstants.S_RESIZE_VALUE
The 's-resize' keyword. |
static Value |
ValueConstants.SANS_SERIF_VALUE
The 'sans-serif' keyword. |
static Value |
ValueConstants.SCROLL_VALUE
The 'scroll' keyword. |
static Value |
ValueConstants.SE_RESIZE_VALUE
The 'se-resize' keyword. |
static Value |
ValueConstants.SEMI_CONDENSED_VALUE
The 'semi-condensed' keyword. |
static Value |
ValueConstants.SEMI_EXPANDED_VALUE
The 'semi-expanded' keyword. |
static Value |
ValueConstants.SERIF_VALUE
The 'serif' keyword. |
static Value |
ValueConstants.SMALL_VALUE
The 'small' keyword. |
static Value |
ValueConstants.SMALL_CAPS_VALUE
The 'small-caps' keyword. |
static Value |
ValueConstants.SMALLER_VALUE
The 'smaller' keyword. |
static Value |
ValueConstants.STROKE_VALUE
The 'stroke' keyword. |
static Value |
ValueConstants.SW_RESIZE_VALUE
The 'sw-resize' keyword. |
static Value |
ValueConstants.TABLE_VALUE
The 'table' keyword. |
static Value |
ValueConstants.TABLE_CAPTION_VALUE
The 'table-caption' keyword. |
static Value |
ValueConstants.TABLE_CELL_VALUE
The 'table-cell' keyword. |
static Value |
ValueConstants.TABLE_COLUMN_VALUE
The 'table-column' keyword. |
static Value |
ValueConstants.TABLE_COLUMN_GROUP_VALUE
The 'table-column-group' keyword. |
static Value |
ValueConstants.TABLE_FOOTER_GROUP_VALUE
The 'table-footer-group' keyword. |
static Value |
ValueConstants.TABLE_HEADER_GROUP_VALUE
The 'table-header-group' keyword. |
static Value |
ValueConstants.TABLE_ROW_VALUE
The 'table-row' keyword. |
static Value |
ValueConstants.TABLE_ROW_GROUP_VALUE
The 'table-row-group' keyword. |
static Value |
ValueConstants.TEXT_VALUE
The 'text' keyword. |
static Value |
ValueConstants.ULTRA_CONDENSED_VALUE
The 'ultra-condensed' keyword. |
static Value |
ValueConstants.ULTRA_EXPANDED_VALUE
The 'ultra-expanded' keyword. |
static Value |
ValueConstants.TOP_VALUE
The 'top' keyword. |
static Value |
ValueConstants.UNDERLINE_VALUE
The 'underline' keyword. |
static Value |
ValueConstants.VISIBLE_VALUE
The 'visible' keyword. |
static Value |
ValueConstants.W_RESIZE_VALUE
The 'w-resize' keyword. |
static Value |
ValueConstants.WAIT_VALUE
The 'wait' keyword. |
static Value |
ValueConstants.WIDER_VALUE
The 'wider' keyword. |
static Value |
ValueConstants.X_LARGE_VALUE
The 'x-large' keyword. |
static Value |
ValueConstants.X_SMALL_VALUE
The 'x-small' keyword. |
static Value |
ValueConstants.XX_LARGE_VALUE
The 'xx-large' keyword. |
static Value |
ValueConstants.XX_SMALL_VALUE
The 'xx-small' keyword. |
static Value |
ValueConstants.AQUA_VALUE
The 'aqua' color name. |
static Value |
ValueConstants.BLACK_VALUE
The 'black' color name. |
static Value |
ValueConstants.BLUE_VALUE
The 'blue' color name. |
static Value |
ValueConstants.FUCHSIA_VALUE
The 'fuchsia' color name. |
static Value |
ValueConstants.GRAY_VALUE
The 'gray' color name. |
static Value |
ValueConstants.GREEN_VALUE
The 'green' color name. |
static Value |
ValueConstants.LIME_VALUE
The 'lime' color name. |
static Value |
ValueConstants.MAROON_VALUE
The 'maroon' color name. |
static Value |
ValueConstants.NAVY_VALUE
The 'navy' color name. |
static Value |
ValueConstants.OLIVE_VALUE
The 'olive' color name. |
static Value |
ValueConstants.PURPLE_VALUE
The 'purple' color name. |
static Value |
ValueConstants.RED_VALUE
The 'red' color name. |
static Value |
ValueConstants.SILVER_VALUE
The 'silver' color name. |
static Value |
ValueConstants.TEAL_VALUE
The 'teal' color name. |
static Value |
ValueConstants.WHITE_VALUE
The 'white' color name. |
static Value |
ValueConstants.YELLOW_VALUE
The 'yellow' color name. |
static Value |
ValueConstants.ACTIVEBORDER_VALUE
The 'ACTIVEBORDER' color name. |
static Value |
ValueConstants.ACTIVECAPTION_VALUE
The 'ACTIVECAPTION' color name. |
static Value |
ValueConstants.APPWORKSPACE_VALUE
The 'APPWORKSPACE' color name. |
static Value |
ValueConstants.BACKGROUND_VALUE
The 'BACKGROUND' color name. |
static Value |
ValueConstants.BUTTONFACE_VALUE
The 'BUTTONFACE' color name. |
static Value |
ValueConstants.BUTTONHIGHLIGHT_VALUE
The 'BUTTONHIGHLIGHT' color name. |
static Value |
ValueConstants.BUTTONSHADOW_VALUE
The 'BUTTONSHADOW' color name. |
static Value |
ValueConstants.BUTTONTEXT_VALUE
The 'BUTTONTEXT' color name. |
static Value |
ValueConstants.CAPTIONTEXT_VALUE
The 'CAPTIONTEXT' color name. |
static Value |
ValueConstants.GRAYTEXT_VALUE
The 'GRAYTEXT' color name. |
static Value |
ValueConstants.HIGHLIGHT_VALUE
The 'HIGHLIGHT' color name. |
static Value |
ValueConstants.HIGHLIGHTTEXT_VALUE
The 'HIGHLIGHTTEXT' color name. |
static Value |
ValueConstants.INACTIVEBORDER_VALUE
The 'INACTIVEBORDER' color name. |
static Value |
ValueConstants.INACTIVECAPTION_VALUE
The 'INACTIVECAPTION' color name. |
static Value |
ValueConstants.INACTIVECAPTIONTEXT_VALUE
The 'INACTIVECAPTIONTEXT' color name. |
static Value |
ValueConstants.INFOBACKGROUND_VALUE
The 'INFOBACKGROUND' color name. |
static Value |
ValueConstants.INFOTEXT_VALUE
The 'INFOTEXT' color name. |
static Value |
ValueConstants.MENU_VALUE
The 'MENU' color name. |
static Value |
ValueConstants.MENUTEXT_VALUE
The 'MENUTEXT' color name. |
static Value |
ValueConstants.SCROLLBAR_VALUE
The 'SCROLLBAR' color name. |
static Value |
ValueConstants.THREEDDARKSHADOW_VALUE
The 'THREEDDARKSHADOW' color name. |
static Value |
ValueConstants.THREEDFACE_VALUE
The 'THREEDFACE' color name. |
static Value |
ValueConstants.THREEDHIGHLIGHT_VALUE
The 'THREEDHIGHLIGHT' color name. |
static Value |
ValueConstants.THREEDLIGHTSHADOW_VALUE
The 'THREEDLIGHTSHADOW' color name. |
static Value |
ValueConstants.THREEDSHADOW_VALUE
The 'THREEDSHADOW' color name. |
static Value |
ValueConstants.WINDOW_VALUE
The 'WINDOW' color name. |
static Value |
ValueConstants.WINDOWFRAME_VALUE
The 'WINDOWFRAME' color name. |
static Value |
ValueConstants.WINDOWTEXT_VALUE
The 'WINDOWTEXT' color name. |
static Value |
ValueConstants.BLACK_RGB_VALUE
The 'black' RGB color. |
static Value |
ValueConstants.SILVER_RGB_VALUE
The 'silver' RGB color. |
static Value |
ValueConstants.GRAY_RGB_VALUE
The 'gray' RGB color. |
static Value |
ValueConstants.WHITE_RGB_VALUE
The 'white' RGB color. |
static Value |
ValueConstants.MAROON_RGB_VALUE
The 'maroon' RGB color. |
static Value |
ValueConstants.RED_RGB_VALUE
The 'red' RGB color. |
static Value |
ValueConstants.PURPLE_RGB_VALUE
The 'purple' RGB color. |
static Value |
ValueConstants.FUCHSIA_RGB_VALUE
The 'fuchsia' RGB color. |
static Value |
ValueConstants.GREEN_RGB_VALUE
The 'green' RGB color. |
static Value |
ValueConstants.LIME_RGB_VALUE
The 'lime' RGB color. |
static Value |
ValueConstants.OLIVE_RGB_VALUE
The 'olive' RGB color. |
static | |