geomerative
Class RSVG
java.lang.Object
geomerative.RSVG
public class RSVG
- extends java.lang.Object
|
Constructor Summary |
RSVG()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSVG
public RSVG()
draw
public void draw(java.lang.String filename,
processing.core.PGraphics g)
draw
public void draw(java.lang.String filename,
processing.core.PApplet p)
draw
public void draw(java.lang.String filename)
toGroup
public RGroup toGroup(java.lang.String filename)
toShape
public RShape toShape(java.lang.String filename)
toPolygon
public RPolygon toPolygon(java.lang.String filename)
toMesh
public RMesh toMesh(java.lang.String filename)
elemToGroup
public RGroup elemToGroup(processing.xml.XMLElement elem)
elemToCompositeShape
public RShape elemToCompositeShape(processing.xml.XMLElement elem)
elemToPolyline
public RShape elemToPolyline(processing.xml.XMLElement elem)
elemToPolygon
public RShape elemToPolygon(processing.xml.XMLElement elem)
elemToRect
public RShape elemToRect(processing.xml.XMLElement elem)
elemToLine
public RShape elemToLine(processing.xml.XMLElement elem)
elemToEllipse
public RShape elemToEllipse(processing.xml.XMLElement elem)
elemToCircle
public RShape elemToCircle(processing.xml.XMLElement elem)
elemToShape
public RShape elemToShape(processing.xml.XMLElement elem)
Geomerative by Ricard Marxer, http://www.ricardmarxer.com/geomerative/