|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.IlvMapGeometry
ilog.views.maps.geometry.IlvMapCurve
ilog.views.maps.geometry.IlvMapEllipse
public class IlvMapEllipse
This class defines an Arc of ellipse. The ellipse is defined by
its bounding box, and the arc is defined by its beginning and ending
angles. Instances of this class can be rendered using an
IlvDefaultFeatureRenderer or an
IlvDefaultCurveRenderer.
| Constructor Summary | |
|---|---|
IlvMapEllipse(IlvCoordinate UL,
IlvCoordinate LR,
double a,
double b)
Initialize an instance of arc of ellipse, by specifying its bounding box, beginning and ending angles. |
|
| Method Summary | |
|---|---|
double |
getBeginningAngle()
Returns the beginning angle of this arc. |
Rectangle2D |
getBounds(Rectangle2D result)
Returns the bounds of this IlvMapGeometry |
double |
getEndingAngle()
Returns the ending angle of this arc. |
IlvCoordinate |
getLowerRightCorner()
Returns the lower right corner of the rectangle defining this ellipse arc. |
IlvCoordinate |
getUpperLeftCorner()
Returns the upper left corner of the rectangle defining this ellipse arc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMapEllipse(IlvCoordinate UL,
IlvCoordinate LR,
double a,
double b)
UL - The upper left corner of the rectangle containing the ellipse.LR - The lower right corner of the rectangle containing the ellipse.a - The beginning angle of the arc, in degrees.b - The ending angle of the arc, in degrees.| Method Detail |
|---|
public IlvCoordinate getUpperLeftCorner()
public IlvCoordinate getLowerRightCorner()
public double getBeginningAngle()
public double getEndingAngle()
public Rectangle2D getBounds(Rectangle2D result)
IlvMapGeometry
getBounds in class IlvMapGeometry
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||