AbstractSVGLength.DefaultContext, SVGOMElement.UnitContext, UnitProcessor.DefaultContextpublic static interface UnitProcessor.Context
| Modifier and Type | Method | Description |
|---|---|---|
org.w3c.dom.Element |
getElement() |
Returns the element.
|
float |
getFontSize() |
Returns the font-size value.
|
float |
getPixelToMM() |
Returns the size of a px CSS unit in millimeters.
|
float |
getPixelUnitToMillimeter() |
Returns the size of a px CSS unit in millimeters.
|
float |
getViewportHeight() |
Returns the viewport height used to compute units.
|
float |
getViewportWidth() |
Returns the viewport width used to compute units.
|
float |
getXHeight() |
Returns the x-height value.
|
org.w3c.dom.Element getElement()
float getPixelUnitToMillimeter()
float getPixelToMM()
getPixelUnitToMillimeter()float getFontSize()
float getXHeight()
float getViewportWidth()
float getViewportHeight()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.