Uses of Class
org.newdawn.slick.svg.NonGeometricData

Packages that use NonGeometricData
org.newdawn.slick.svg Demo/Test SVG area. 
org.newdawn.slick.svg.inkscape   
 

Uses of NonGeometricData in org.newdawn.slick.svg
 

Methods in org.newdawn.slick.svg that return NonGeometricData
 NonGeometricData Figure.getData()
          Get the data associated with this figure
 

Constructors in org.newdawn.slick.svg with parameters of type NonGeometricData
Figure(int type, Shape shape, NonGeometricData data, Transform transform)
          Create a new figure
 

Uses of NonGeometricData in org.newdawn.slick.svg.inkscape
 

Subclasses of NonGeometricData in org.newdawn.slick.svg.inkscape
 class InkscapeNonGeometricData
          A custom non-geometric data type that can pass back any attribute on the field.
 



Copyright © 2006 New Dawn Software. All Rights Reserved.