| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsmithers.svg.SVGElementByCode
public class SVGElementByCode
Represents an element of a Scalable Vector Graphics (SVG) image purely by the code which generates it.
| Constructor Summary | |
|---|---|
| SVGElementByCode(java.lang.String code)Creates a new SVGElementByCodefrom the code. | |
| SVGElementByCode(SVGElement e)Creates a new SVGElementByCodefrom an existingSVGElement | |
| Method Summary | |
|---|---|
|  java.lang.String | getCode()Returns the code used to generate this element in an SVG file. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SVGElementByCode(java.lang.String code)
SVGElementByCode from the code.
code - the codepublic SVGElementByCode(SVGElement e)
SVGElementByCode from an existing
 SVGElement
e - the element to copy the code from| Method Detail | 
|---|
public java.lang.String getCode()
getCode in interface SVGElement| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||