Uses of Class
com.sas.graphics.components.ColorPosition

Packages that use ColorPosition
com.sas.graphics.components Provides swing components for producing a variety of graph types. 
 

Uses of ColorPosition in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return ColorPosition
 ColorPosition[] DataElementStyles.getContinuousColorSpectrum()
          Gets the color spectrum, a list of colors with associated positions along a normalized range of 0.0 to 1.0.
 ColorPosition[] DataElementColors.getContinuousColorSpectrum()
          Gets the color spectrum, a list of colors with associated positions along a normalized range of 0.0 to 1.0.
static ColorPosition[] ColorPosition.newContinuousColorRange(java.awt.Color[] colors, double[] positions)
          Convenience method for constructing a color position array suitable for defining color ranges.
static ColorPosition[] ColorPosition.newContinuousColorRange(double from, double to, double by, java.awt.Color[] colorArray)
           
 

Methods in com.sas.graphics.components with parameters of type ColorPosition
 void DataElementStyles.setContinuousColorSpectrum(ColorPosition[] newColorSpectrum)
          Sets a color spectrum defined as an array of color inflection points mapped to normalized (0.0 to 1.0 inclusive) range.
 void DataElementColors.setContinuousColorSpectrum(ColorPosition[] newColorSpectrum)
          Sets a color spectrum defined as an array of color inflection points mapped to normalised (0.0 to 1.0 inclusive) range.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.