Uses of Class
org.jboss.apiviz.Color

Packages that use Color
org.jboss.apiviz   
 

Uses of Color in org.jboss.apiviz
 

Methods in org.jboss.apiviz that return Color
 Color ColorCombination.getFillColor()
           
 Color ColorCombination.getLineColor()
           
static Color Color.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Color[] Color.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.apiviz with parameters of type Color
 void ColorCombination.setFillColor(Color fillColor)
           
 void ColorCombination.setLineColor(Color lineColor)
           
 



Copyright © 2008-2012 JBoss - a division of Red Hat. All Rights Reserved.