com.partnersoft.maps.render
Class BlendedColorRange

java.lang.Object
  extended by com.partnersoft.maps.render.BlendedColorRange

public class BlendedColorRange
extends java.lang.Object

Blends a foreground and background together, storing the range of blends in an array for easy access.

Author:
Paul Reavis Copyright 2003 Partner Software, Inc.

Field Summary
 int bgBlue
           
 int bgGreen
           
 int bgRed
           
 int bgRGB
           
 int[] colorBlends
           
 int fgAlpha
           
 int fgBlue
           
 int fgGreen
           
 int fgRed
           
 int fgRGB
           
 
Constructor Summary
BlendedColorRange(int bgRGB, int fgRGB)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fgRGB

public int fgRGB

fgRed

public int fgRed

fgGreen

public int fgGreen

fgBlue

public int fgBlue

fgAlpha

public int fgAlpha

bgRGB

public int bgRGB

bgRed

public int bgRed

bgGreen

public int bgGreen

bgBlue

public int bgBlue

colorBlends

public int[] colorBlends
Constructor Detail

BlendedColorRange

public BlendedColorRange(int bgRGB,
                         int fgRGB)