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.
|
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.
|
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.
|
protected static java.awt.geom.Rectangle2D |
SVGUtilities.extendRegion(java.lang.String dxStr,
java.lang.String dyStr,
java.lang.String dwStr,
java.lang.String dhStr,
short unitsType,
GraphicsNode filteredNode,
java.awt.geom.Rectangle2D region,
UnitProcessor.Context uctx) |
Returns a rectangle that represents the region extended by the
specified differential coordinates.
|
protected static BridgeContext |
UnitProcessor.getBridgeContext(UnitProcessor.Context ctx) |
|
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.svgHorizontalCoordinateToUserSpace(java.lang.String s,
java.lang.String attr,
UnitProcessor.Context ctx) |
Returns the specified horizontal coordinate in user units.
|
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.svgHorizontalLengthToUserSpace(java.lang.String s,
java.lang.String attr,
UnitProcessor.Context ctx) |
Returns the specified horizontal length in user units.
|
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.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.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.svgOtherCoordinateToUserSpace(java.lang.String s,
java.lang.String attr,
UnitProcessor.Context ctx) |
Returns the specified 'other' coordinate in user units.
|
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.svgOtherLengthToUserSpace(java.lang.String s,
java.lang.String attr,
UnitProcessor.Context ctx) |
Returns the specified 'other' length 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.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.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.svgVerticalCoordinateToUserSpace(java.lang.String s,
java.lang.String attr,
UnitProcessor.Context ctx) |
Returns the specified vertical coordinate in user units.
|
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.svgVerticalLengthToUserSpace(java.lang.String s,
java.lang.String attr,
UnitProcessor.Context ctx) |
Returns the specified vertical length in user units.
|