Package | Description |
---|---|
com.hfg.svg |
Modifier and Type | Method and Description |
---|---|
SvgSwitch |
SvgSwitch.addStyle(String inValue) |
SvgSwitch |
SvgSwitch.addStyle(String inName,
String inValue) |
SvgSwitch |
SvgSwitch.setClass(String inValue) |
SvgSwitch |
SvgSwitch.setFilter(String inValue) |
SvgSwitch |
SvgSwitch.setFont(Font inFont)
Sets both the 'font-family' and 'font-size' attributes based on the Font data.
|
SvgSwitch |
SvgSwitch.setFontFamily(String inValue) |
SvgSwitch |
SvgSwitch.setFontSize(GfxSize inValue) |
SvgSwitch |
SvgSwitch.setFontSize(String inValue) |
SvgSwitch |
SvgSwitch.setFontWeight(String inValue) |
SvgSwitch |
SvgSwitch.setId(String inValue) |
SvgSwitch |
SvgSwitch.setOpacity(float inOpacity)
Specifies a value for the opacity of children of this group (fill, stroke, and text).
|
SvgSwitch |
SvgSwitch.setStyle(String inValue) |
SvgSwitch |
SvgSwitch.setTransform(String inValue) |
jataylor@hairyfatguy.com