|
||||||||||
| 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.graphic.style.IlvPolylineStyle
ilog.views.maps.graphic.style.IlvGraphicPathStyle
public class IlvGraphicPathStyle
An IlvMapStyle intended to be
used with a IlvMapGraphicPath.
| Field Summary | |
|---|---|
static String |
DO_FILL
The Filling attribute name. |
static String |
DO_STROKE
The DrawingStroke attribute name. |
static String |
PAINT
The Paint attribute name. |
| Fields inherited from class ilog.views.maps.graphic.style.IlvPolylineStyle |
|---|
BACKGROUND, DECORATION, DECORATION_ONLY, DECORATION_PAINT, END_CAP, FOREGROUND, LINE_JOIN, LINE_STYLE, LINE_WIDTH, STROKE |
| 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 | |
|---|---|
IlvGraphicPathStyle()
Constructs an IlvGraphicPathStyle |
|
IlvGraphicPathStyle(IlvGraphicPathStyle source)
Constructor by copy |
|
IlvGraphicPathStyle(IlvInputStream stream)
Reads IlvGraphicPathStyle from an IlvInputStream |
|
| Method Summary | |
|---|---|
IlvMapStyle |
copy()
Constructor by copy |
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one. |
Paint |
getPaint()
Retrieves the paint attribute value. |
int |
hashCode()
|
boolean |
isDrawingStroke()
Tells if the drawing stroke attribute is set. |
boolean |
isFilling()
Tells if the drawing stroke attribute is set or not. |
boolean |
isInherited(String propertyName)
Retrieves the inherited state of the property. |
void |
setDrawingStroke(boolean stroke)
Sets the DrawingStroke |
void |
setFilling(boolean fill)
Set the filling attribute value. |
void |
setInherited(String propertyName,
boolean inherited)
Set the inherited state for this property. |
void |
setPaint(Paint paint)
Sets the paint attribute value. |
void |
write(IlvOutputStream stream)
Write this style to an IlvOutputStream |
| Methods inherited from class ilog.views.maps.graphic.style.IlvPolylineStyle |
|---|
getBackground, getDecoration, getDecorationPaint, getEndCap, getForeground, getLineJoin, getLineStyle, getLineWidth, getStroke, isDecorationOnly, setBackground, setDecoration, setDecorationOnly, setDecorationPaint, setEndCap, setForeground, setLineJoin, setLineStyle, setLineWidth, setStroke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DO_STROKE
public static final String DO_FILL
public static final String PAINT
| Constructor Detail |
|---|
public IlvGraphicPathStyle(IlvInputStream stream)
throws IlvReadFileException
IlvGraphicPathStyle from an IlvInputStream
stream - The stream to read from.
IlvReadFileExceptionpublic IlvGraphicPathStyle()
IlvGraphicPathStyle
public IlvGraphicPathStyle(IlvGraphicPathStyle source)
source - source style to copy| Method Detail |
|---|
public void write(IlvOutputStream stream)
throws IOException
IlvOutputStream
write in interface IlvPersistentObjectwrite in class IlvPolylineStylestream - The stream to write to.
IOExceptionpublic IlvMapStyle copy()
copy in class IlvPolylineStyleIlvMapStyle.copy()public int hashCode()
hashCode in class IlvPolylineStylepublic boolean equals(Object o)
equals in class IlvPolylineStyleIlvPolylineStyle.equals(java.lang.Object)public void setDrawingStroke(boolean stroke)
stroke - the drawing stroke attribute value.public boolean isDrawingStroke()
public void setFilling(boolean fill)
fill - The value of the filling attribute.public boolean isFilling()
public void setPaint(Paint paint)
paint - The paint attribute value.public Paint getPaint()
public boolean isInherited(String propertyName)
isInherited in interface IlvInheritableisInherited in class IlvMapStylepropertyName - The name of the property to check.
true if the property is marked as inherited, false otherwise.
public void setInherited(String propertyName,
boolean inherited)
setInherited in interface IlvInheritablesetInherited in class IlvMapStylepropertyName - The name of the property to markinherited - true if the property will be inherited, false otherwise.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||