Uses of Class
org.foray.fotree.svg.SvgObject

Packages that use SvgObject
org.foray.fotree.svg Namespace and Factory classes for objects in the svg: (Scalable Vector Graphics) namespace. 
 

Uses of SvgObject in org.foray.fotree.svg
 

Methods in org.foray.fotree.svg that return SvgObject
static SvgObject SvgObject.svgValueOf(String svgName)
          Similar to the Java 1.5 Enum valueOf(String) method, but operates on the SVG name of the object instead of its enumerated name.
static SvgObject SvgObject.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SvgObject[] SvgObject.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2017. All rights reserved.