public class SVGStruct
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static SVGStruct |
EMPTY |
static java.lang.String |
EMPTYSTRING |
Constructor and Description |
---|
SVGStruct(java.lang.String svg,
java.awt.Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getBounds()
Gets the bounds from the svg struct
|
java.lang.String |
getSvg()
Gets the svg string from the svg struct
|
void |
setSvg(java.lang.String svg)
Sets the svg string to the svg struct
|
java.lang.String |
toString() |
public static final SVGStruct EMPTY
public static final java.lang.String EMPTYSTRING
public java.awt.Rectangle getBounds()
public java.lang.String getSvg()
public java.lang.String toString()
toString
in class java.lang.Object
public void setSvg(java.lang.String svg)
svg
- Copyright © 2002 - 2010 Serva Software. All Rights Reserved.