|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.geometry.IlvMapCircularRing
public class IlvMapCircularRing
This class defines a ring whose outline is an IlvMapCircle.
The instances of this class can be
rendered by an IlvDefaultFeatureRenderer or by an
IlvDefaultAreaRenderer.
| Constructor Summary | |
|---|---|
IlvMapCircularRing(IlvMapCircle outline)
Initializes an instance of the class with its outline. |
|
| Method Summary | |
|---|---|
boolean |
contains(IlvCoordinate c)
Returns true if coordinate is contained in the object. |
IlvMapCircle |
getCircle()
Returns the IlvMapCircle that represents the outline
of the object. |
IlvMapCurve |
getOutline()
Returns an IlvMapCurve that represents the outline of this
IlvMapCircularRing. |
IlvMapCircle |
setCircle(IlvMapCircle outline)
Sets the IlvMapCircle that represents the outline
of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMapCircularRing(IlvMapCircle outline)
outline - The outline. This parameter should not be null.
Since the outline parameter is no copied, this parameter
should not be modified after being passed to the constructor.| Method Detail |
|---|
public IlvMapCircle getCircle()
IlvMapCircle that represents the outline
of the object.
public IlvMapCircle setCircle(IlvMapCircle outline)
IlvMapCircle that represents the outline
of the object.
outline - The new stroke.
Since the outline parameter is not copied, this parameter
should not be modified after being set.
public IlvMapCurve getOutline()
IlvMapCurve that represents the outline of this
IlvMapCircularRing. In this case, the stroke is an instance
of IlvMapCircle.
IlvMapCircularRing changes.
getOutline in interface IlvMapRingInterfaceIlvCurve object that should not be modified.public boolean contains(IlvCoordinate c)
true if coordinate is contained in the object.
contains in interface IlvMapRingInterfacec - The point to be checked.
true if the specified point is contained in the object.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||