Uses of Class
com.atlassian.gadgets.dashboard.Color

Packages that use Color
com.atlassian.gadgets This package contains the main APIs for interacting with gadgets. 
com.atlassian.gadgets.dashboard This package contains the main APIs for interacting with dashboards and gadgets. 
 

Uses of Color in com.atlassian.gadgets
 

Methods in com.atlassian.gadgets that return Color
 Color GadgetState.getColor()
          Returns the Color scheme that should be used to decorate the chrome surrounding the gadget.
 

Methods in com.atlassian.gadgets with parameters of type Color
 GadgetState.Builder GadgetState.Builder.color(Color color)
          Set the Color of the GadgetState under construction and return this Builder to allow further construction to be done.
 

Uses of Color in com.atlassian.gadgets.dashboard
 

Methods in com.atlassian.gadgets.dashboard that return Color
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.
 



Copyright © 2013 Atlassian. All Rights Reserved.