Uses of Class
nodebox.graphics.GraphicsContext.VarType

Uses of GraphicsContext.VarType in nodebox.graphics
 

Methods in nodebox.graphics that return GraphicsContext.VarType
static GraphicsContext.VarType GraphicsContext.VarType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GraphicsContext.VarType[] GraphicsContext.VarType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nodebox.graphics with parameters of type GraphicsContext.VarType
 void GraphicsContext.var(String name, GraphicsContext.VarType type)
           
 void AbstractGraphicsContext.var(String name, GraphicsContext.VarType type)
           
 void GraphicsContext.var(String name, GraphicsContext.VarType type, Object value)
           
 void AbstractGraphicsContext.var(String name, GraphicsContext.VarType type, Object value)
           
 void GraphicsContext.var(String name, GraphicsContext.VarType type, Object value, double min, double max)
           
 void AbstractGraphicsContext.var(String name, GraphicsContext.VarType type, Object value, double min, double max)
           
 



Copyright © 2013. All Rights Reserved.