|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fraid.graphics.utils.ColorMap
public class ColorMap
| Field Summary | |
|---|---|
java.awt.Color[] |
mMapColors
|
java.awt.Color[] |
mSeedColors
|
int |
mType
|
| Constructor Summary | |
|---|---|
ColorMap()
|
|
ColorMap(int aType,
java.awt.Color[] aSeedColors,
java.awt.Color[] aMapColors)
|
|
| Method Summary | |
|---|---|
java.awt.Color[] |
getM_mapColors()
Get the M_mapColors value. |
java.awt.Color[] |
getM_seedColors()
Get the M_seedColors value. |
int |
getM_type()
Get the M_type value. |
void |
setM_mapColors(java.awt.Color[] newM_mapColors)
Set the M_mapColors value. |
void |
setM_seedColors(java.awt.Color[] newM_seedColors)
Set the M_seedColors value. |
void |
setM_type(int newM_type)
Set the M_type value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int mType
public java.awt.Color[] mSeedColors
public java.awt.Color[] mMapColors
| Constructor Detail |
|---|
public ColorMap()
public ColorMap(int aType,
java.awt.Color[] aSeedColors,
java.awt.Color[] aMapColors)
| Method Detail |
|---|
public java.awt.Color[] getM_seedColors()
public void setM_seedColors(java.awt.Color[] newM_seedColors)
newM_seedColors - The new M_seedColors value.public java.awt.Color[] getM_mapColors()
public void setM_mapColors(java.awt.Color[] newM_mapColors)
newM_mapColors - The new M_mapColors value.public int getM_type()
public void setM_type(int newM_type)
newM_type - The new M_type value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||