|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.graphic.style.IlvMapStyle
ilog.views.maps.grids.IlvGridStyle
public class IlvGridStyle
A IlvMapStyle intended to be used with a grid.
| Field Summary | |
|---|---|
static String |
GRID_COLOR
The gridColor property name. |
static String |
TEXT_COLOR
The textColor property name. |
static String |
TEXT_FONT
The textFont property name. |
static String |
TEXT_OUTLINE_COLOR
The textOutlineColor property name. |
| Fields inherited from class ilog.views.maps.graphic.style.IlvMapStyle |
|---|
ALPHA, ALWAYS_ON_TOP, ATTRIBUTE_INFO, CATEGORY, LABEL_ATTRIBUTE, LEGEND_GROUP, PARENT, THIN_CLIENT_BACKGROUND, VISIBLE_IN_3DVIEW, VISIBLE_IN_OVERVIEW, VISIBLE_IN_TREE, VISIBLE_IN_VIEW |
| Constructor Summary | |
|---|---|
IlvGridStyle()
Constructs an IlvPointStyle |
|
IlvGridStyle(IlvGridStyle source)
Constructs a IlvPointStyle by copying an existing one. |
|
IlvGridStyle(IlvInputStream stream)
Reads a IlvGridStyle from a IlvInputStream |
|
| Method Summary | |
|---|---|
IlvMapStyle |
copy()
Return a copy of the style. |
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one. |
Color |
getGridColor()
Retrieve the GRID_COLOR attribute value. |
Color |
getTextColor()
Retrieve the TEXT_COLOR attribute value. |
Font |
getTextFont()
Retrieve the TEXT_FONT attribute value. |
Color |
getTextOutlineColor()
Retrieve the TEXT_OUTLINE_COLOR attribute value. |
void |
setGridColor(Color c)
Sets the GRID_COLOR attribute value. |
void |
setTextColor(Color c)
Sets the TEXT_COLOR attribute value. |
void |
setTextFont(Font c)
Sets the TEXT_FONT attribute value. |
void |
setTextOutlineColor(Color c)
Sets the TEXT_OUTLINE_COLOR attribute value. |
void |
write(IlvOutputStream stream)
write an IlvPointStyle into an IlvOutputStream |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GRID_COLOR
public static final String TEXT_COLOR
public static final String TEXT_OUTLINE_COLOR
public static final String TEXT_FONT
| Constructor Detail |
|---|
public IlvGridStyle(IlvInputStream stream)
throws IlvReadFileException
IlvGridStyle from a IlvInputStream
stream - The stream to read from.
IlvReadFileExceptionpublic IlvGridStyle()
IlvPointStyle
public IlvGridStyle(IlvGridStyle source)
IlvPointStyle by copying an existing one.
source - The style to copy.| Method Detail |
|---|
public void write(IlvOutputStream stream)
throws IOException
IlvPointStyle into an IlvOutputStream
write in interface IlvPersistentObjectwrite in class IlvMapStylestream - The stream to write to.
IOExceptionpublic IlvMapStyle copy()
copy in class IlvMapStyleIlvMapStyle.copy()public boolean equals(Object o)
equals in class IlvMapStyleIlvMapStyle.equals(java.lang.Object)public Color getGridColor()
GRID_COLOR attribute value.
GRID_COLOR attribute value.public void setGridColor(Color c)
GRID_COLOR attribute value.
c - The GRID_COLOR attribute value as a Colorpublic Color getTextColor()
TEXT_COLOR attribute value.
TEXT_COLOR attribute value.public void setTextOutlineColor(Color c)
TEXT_OUTLINE_COLOR attribute value.
c - The TEXT_OUTLINE_COLOR attribute value as a Colorpublic Color getTextOutlineColor()
TEXT_OUTLINE_COLOR attribute value.
TEXT_OUTLINE_COLOR attribute value.public void setTextColor(Color c)
TEXT_COLOR attribute value.
c - The TEXT_COLOR attribute value as a Colorpublic Font getTextFont()
TEXT_FONT attribute value.
TEXT_FONT attribute value.public void setTextFont(Font c)
TEXT_FONT attribute value.
c - The TEXT_FONT attribute value as a Font
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||