Package | Description |
---|---|
com.hfg.svg |
Modifier and Type | Method and Description |
---|---|
SvgRect |
SVG.addRect(Rectangle inRect) |
SvgRect |
SvgDefs.addRect(Rectangle inRect) |
SvgRect |
SvgLink.addRect(Rectangle inRect) |
SvgRect |
SvgSymbol.addRect(Rectangle inRect) |
SvgRect |
SvgGroup.addRect(Rectangle2D inRect) |
SvgRect |
SvgSwitch.addRect(Rectangle2D inRect) |
SvgRect |
SvgRect.addStyle(String inValue) |
SvgRect |
SvgRect.setFill(Color inColor) |
SvgRect |
SvgRect.setFillOpacity(float inOpacity)
Specifies a value for the fill opacity of this rectangle.
|
SvgRect |
SvgRect.setHeight(double inValue) |
SvgRect |
SvgRect.setHeight(float inValue) |
SvgRect |
SvgRect.setHeight(int inValue) |
SvgRect |
SvgRect.setOnMouseDown(String inValue) |
SvgRect |
SvgRect.setOnMouseOut(String inValue) |
SvgRect |
SvgRect.setOnMouseOver(String inValue) |
SvgRect |
SvgRect.setOpacity(float inOpacity)
Specifies a value for the opacity of this rectangle (both its fill and stroke).
|
SvgRect |
SvgRect.setPosition(Point2D inValue) |
SvgRect |
SvgRect.setRx(int inValue) |
SvgRect |
SvgRect.setRy(int inValue) |
SvgRect |
SvgRect.setStroke(Color inColor) |
SvgRect |
SvgRect.setStrokeOpacity(float inOpacity)
Specifies a value for the stroke opacity of this rectangle.
|
SvgRect |
SvgRect.setStrokeWidth(int inValue) |
SvgRect |
SvgRect.setStyle(String inValue) |
SvgRect |
SvgRect.setTransform(String inValue) |
SvgRect |
SvgRect.setWidth(double inValue) |
SvgRect |
SvgRect.setWidth(float inValue) |
SvgRect |
SvgRect.setWidth(int inValue) |
jataylor@hairyfatguy.com