Uses of Interface
org.apache.batik.bridge.UnitProcessor.Context

Packages that use UnitProcessor.Context
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
 

Uses of UnitProcessor.Context in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge that implement UnitProcessor.Context
static class UnitProcessor.DefaultContext
          This class is the default context for a particular element.
 

Methods in org.apache.batik.bridge that return UnitProcessor.Context
static UnitProcessor.Context UnitProcessor.createContext(BridgeContext ctx, Element e)
          Creates a context for the specified element.
 UnitProcessor.Context UnitProcessor.Context.getParentElementContext()
          Returns the context of the parent element of this context.
 UnitProcessor.Context UnitProcessor.DefaultContext.getParentElementContext()
          Returns the context of the parent element of this context.
 

Methods in org.apache.batik.bridge with parameters of type UnitProcessor.Context
static java.awt.geom.Point2D SVGUtilities.convertPoint(java.lang.String xStr, java.lang.String xAttr, java.lang.String yStr, java.lang.String yAttr, short unitsType, UnitProcessor.Context uctx)
          Returns a Point2D in user units according to the specified parameters.
static float SVGUtilities.convertLength(java.lang.String length, java.lang.String attr, short unitsType, UnitProcessor.Context uctx)
          Returns a float in user units according to the specified parameters.
protected static java.awt.geom.Rectangle2D SVGUtilities.convertRegion(java.lang.String xStr, java.lang.String yStr, java.lang.String wStr, java.lang.String hStr, short unitsType, GraphicsNode targetNode, UnitProcessor.Context uctx)
          Returns a rectangle that represents the region defined by the specified coordinates.
static float UnitProcessor.svgHorizontalCoordinateToObjectBoundingBox(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified horizontal coordinate in object bounding box coordinate system.
static float UnitProcessor.svgVerticalCoordinateToObjectBoundingBox(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified vertical coordinate in object bounding box coordinate system.
static float UnitProcessor.svgOtherCoordinateToObjectBoundingBox(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified 'other' coordinate in object bounding box coordinate system.
static float UnitProcessor.svgHorizontalLengthToObjectBoundingBox(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified horizontal length in object bounding box coordinate system.
static float UnitProcessor.svgVerticalLengthToObjectBoundingBox(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified vertical length in object bounding box coordinate system.
static float UnitProcessor.svgOtherLengthToObjectBoundingBox(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified 'other' length in object bounding box coordinate system.
static float UnitProcessor.svgLengthToObjectBoundingBox(java.lang.String s, java.lang.String attr, short d, UnitProcessor.Context ctx)
          Returns the specified length with the specified direction in user units.
static float UnitProcessor.svgToObjectBoundingBox(java.lang.String s, java.lang.String attr, short d, UnitProcessor.Context ctx)
          Returns the specified value with the specified direction in objectBoundingBox units.
static float UnitProcessor.svgToObjectBoundingBox(float value, short type, short d, UnitProcessor.Context ctx)
          Returns the specified value with the specified direction in objectBoundingBox units.
static float UnitProcessor.svgHorizontalLengthToUserSpace(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified horizontal length in user units.
static float UnitProcessor.svgVerticalLengthToUserSpace(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified vertical length in user units.
static float UnitProcessor.svgOtherLengthToUserSpace(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified 'other' length in user units.
static float UnitProcessor.svgHorizontalCoordinateToUserSpace(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified horizontal coordinate in user units.
static float UnitProcessor.svgVerticalCoordinateToUserSpace(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified vertical coordinate in user units.
static float UnitProcessor.svgOtherCoordinateToUserSpace(java.lang.String s, java.lang.String attr, UnitProcessor.Context ctx)
          Returns the specified 'other' coordinate in user units.
static float UnitProcessor.svgLengthToUserSpace(java.lang.String s, java.lang.String attr, short d, UnitProcessor.Context ctx)
          Returns the specified length with the specified direction in user units.
static float UnitProcessor.svgToUserSpace(java.lang.String s, java.lang.String attr, short d, UnitProcessor.Context ctx)
          Returns the specified coordinate with the specified direction in user units.
static float UnitProcessor.svgToUserSpace(float v, short type, short d, UnitProcessor.Context ctx)
          Converts the specified value of the specified type and direction to user units.
static float UnitProcessor.userSpaceToSVG(float v, short type, short d, UnitProcessor.Context ctx)
          Converts the specified value of the specified type and direction to SVG units.
static float UnitProcessor.cssOtherCoordinateToUserSpace(CSSValue v, java.lang.String prop, UnitProcessor.Context ctx)
          Returns the other coordinate value in user units.
static float UnitProcessor.cssHorizontalCoordinateToUserSpace(CSSValue v, java.lang.String prop, UnitProcessor.Context ctx)
          Returns the horizontal coordinate in user units.
static float UnitProcessor.cssVerticalCoordinateToUserSpace(CSSValue v, java.lang.String prop, UnitProcessor.Context ctx)
          Returns the vertical coordinate in user units.
static float UnitProcessor.cssOtherLengthToUserSpace(CSSValue v, java.lang.String prop, UnitProcessor.Context ctx)
          Returns the other length value in user units.
static float UnitProcessor.cssHorizontalLengthToUserSpace(CSSValue v, java.lang.String prop, UnitProcessor.Context ctx)
          Returns the horizontal length in user units.
static float UnitProcessor.cssVerticalLengthToUserSpace(CSSValue v, java.lang.String prop, UnitProcessor.Context ctx)
          Returns the vertical length in user units.
static float UnitProcessor.cssLengthToUserSpace(float v, java.lang.String prop, short type, short d, UnitProcessor.Context ctx)
          Converts the specified value of the specified type and direction to user units.
static float UnitProcessor.cssToUserSpace(float v, short type, short d, UnitProcessor.Context ctx)
          Converts the specified value of the specified type and direction to user units.
protected static float UnitProcessor.percentagesToPixels(float v, short d, UnitProcessor.Context ctx)
          Converts percentages to user units.
protected static float UnitProcessor.pixelsToPercentages(float v, short d, UnitProcessor.Context ctx)
          Converts user units to percentages relative to the viewport.
protected static float UnitProcessor.pixelsToEms(float v, short d, UnitProcessor.Context ctx)
          Converts user units to ems units.
protected static float UnitProcessor.emsToPixels(float v, short d, UnitProcessor.Context ctx)
          Converts ems units to user units.
protected static float UnitProcessor.pixelsToExs(float v, short d, UnitProcessor.Context ctx)
          Converts user units to exs units.
protected static float UnitProcessor.exsToPixels(float v, short d, UnitProcessor.Context ctx)
          Converts exs units to user units.
static java.awt.geom.Rectangle2D CSSUtilities.convertEnableBackground(Element e, UnitProcessor.Context uctx)
          Returns the subregion of user space where access to the background image is allowed to happen.
static float[] PaintServer.convertStrokeDasharray(CSSValue v, UnitProcessor.Context uctx)
          Converts the 'stroke-dasharray' property to a list of float number in user units.
static float TextUtilities.convertFontSize(Element svgElement, BridgeContext ctx, CSSOMReadOnlyStyleDeclaration decl, UnitProcessor.Context uctx)
          Converts the font-size CSS value to a float value.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.