|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGLength.LengthType | |
---|---|
net.sf.latexdraw.parsers.svg.parsers |
Uses of SVGLength.LengthType in net.sf.latexdraw.parsers.svg.parsers |
---|
Fields in net.sf.latexdraw.parsers.svg.parsers declared as SVGLength.LengthType | |
---|---|
protected SVGLength.LengthType |
SVGLength.lengthType
The type of the length. |
Methods in net.sf.latexdraw.parsers.svg.parsers that return SVGLength.LengthType | |
---|---|
SVGLength.LengthType |
SVGLength.getLengthType()
|
static SVGLength.LengthType |
SVGLength.LengthType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SVGLength.LengthType[] |
SVGLength.LengthType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.latexdraw.parsers.svg.parsers with parameters of type SVGLength.LengthType | |
---|---|
double |
UnitProcessor.toPoint(double value,
SVGLength.LengthType lgthType)
Transforms a value in point according to the given unit (%, em and ex are not managed). |
double |
UnitProcessor.toUserUnit(double value,
SVGLength.LengthType lgthType)
Transforms a value in the user unit (in pixels) according to the given unit (%, em and ex are not managed). |
Constructors in net.sf.latexdraw.parsers.svg.parsers with parameters of type SVGLength.LengthType | |
---|---|
SVGLength(double value,
SVGLength.LengthType lengthType,
java.lang.String valueAsString)
Builds an SVGLength. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |