Uses of Class
com.sas.awt.Color

Packages that use Color
com.sas.awt Provides extensions of java.awt components which implement com.sas.ComponentInterface 
com.sas.util.transforms Interfaces and implementations for objects which transform data from one representation or type to another. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of Color in com.sas.awt
 

Fields in com.sas.awt declared as Color
static Color Color.control
           
static Color Color.controlHighlight
           
static Color Color.controlShadow
           
static Color Color.controlText
           
static Color Color.windowBorder
           
 

Methods in com.sas.awt that return Color
static Color Color.newColor(java.awt.Color jcolor)
          Return the com.sas.awt.Color Object corresponding to the java.awt.color object passed in.
static Color Color.newColor(int rgb)
          Return the Color Object corresponding to the rgb value from the list.
static Color Color.newColor(java.lang.String colorName)
          Return the com.sas.awt.Color Object corresponding to the name provided.
 

Uses of Color in com.sas.util.transforms
 

Methods in com.sas.util.transforms that return Color
 Color StringToSASColorTransform.transform(java.lang.String input, boolean searchSystemColors)
          Transform a String to a com.sas.awt.Color
 

Uses of Color in com.sas.visuals
 

Fields in com.sas.visuals declared as Color
protected  Color[] BasicColorsCanvas._ColorPalette
           
protected  Color Border.baseColor
          not used
 

Methods in com.sas.visuals with parameters of type Color
 void ColorPanel.setCurrentColor(Color cl)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.