Uses of Class
treebolic.model.Utils.StyleComponent

Packages that use Utils.StyleComponent
treebolic.model   
 

Uses of Utils.StyleComponent in treebolic.model
 

Methods in treebolic.model that return Utils.StyleComponent
static Utils.StyleComponent Utils.StyleComponent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Utils.StyleComponent[] Utils.StyleComponent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in treebolic.model with parameters of type Utils.StyleComponent
static java.lang.Integer Utils.modifyStyle(java.lang.Integer thisStyle, java.lang.Object thisValue, Utils.StyleComponent thisComponent)
          Modify style
static java.lang.String Utils.toString(java.lang.Integer thisStyle, Utils.StyleComponent thisComponent)
          Stringify edge style component
static java.lang.Boolean Utils.toTrueBoolean(java.lang.Integer thisStyle, Utils.StyleComponent thisComponent)
          Convert to boolean (true,null)