|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvGraphic
ilog.views.graphic.IlvGraphicHandle
ilog.views.graphic.IlvGraphicHandleBag
ilog.views.graphic.IlvFixedSizeGraphic
ilog.views.maps.graphic.IlvMapFixedGraphic
public class IlvMapFixedGraphic
A IlvFixedSizeGraphic implementing the IlvMapGraphic
interface.
IlvFixedSizeGraphic,
Serialized Form| Constructor Summary | |
|---|---|
IlvMapFixedGraphic(IlvFixedSizeGraphic source)
Creates a new IlvMapSizeGraphic by copying an existing one. |
|
IlvMapFixedGraphic(IlvGraphic object,
int position,
IlvPoint point)
Creates a new IlvMapSizeGraphic. |
|
IlvMapFixedGraphic(IlvInputStream stream)
Reads the object from an IlvInputStream. |
|
| Method Summary | |
|---|---|
IlvGraphic |
copy()
Copies the object. |
IlvGraphic |
copy(IlvCoordinateTransformation transform)
Copies the element and applies the specified transformation to its coordinates. |
IlvMapStyle |
getStyle()
Retrieves the IlvMapStyle. |
IlvMapGeometry |
makeGeometry()
No geometry is attached to this graphic object. |
void |
setStyle(IlvMapStyle style)
Sets the IlvMapStyle. |
void |
write(IlvOutputStream stream)
Writes the object to an IlvOutputStream. |
| Methods inherited from class ilog.views.graphic.IlvFixedSizeGraphic |
|---|
applyTransform, boundingBox, contains, draw, getIntersectionWithOutline, getPoint, getPopupMenu, getPosition, getToolTipText, inside, intersects, makeSelection, resize, rotate, setPoint, setPosition, zoomable |
| Methods inherited from class ilog.views.graphic.IlvGraphicHandle |
|---|
getObject, getOriginalPopupMenu, isPersistent, move, move, moveResize, scale, setBackground, setForeground, setOwner, translate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ilog.views.IlvGraphicBag |
|---|
getGraphicBag |
| Constructor Detail |
|---|
public IlvMapFixedGraphic(IlvGraphic object,
int position,
IlvPoint point)
IlvMapSizeGraphic.
object - The referenced object.position - Indicates the point in the referenced object (for example,
its center or the top-left corner of its bounding box) that must remain at
the same position when the object is zoomed in or out. See the class
IlvConstants for the valid values of this parameter.point - If non-null then it will be used to specify the
position of a fixed point when the object is zoomed in or out.
The position parameter is not taken into account if this
parameter is non-null.public IlvMapFixedGraphic(IlvFixedSizeGraphic source)
IlvMapSizeGraphic by copying an existing one.
source - The IlvMapSizeGraphic to copy.
public IlvMapFixedGraphic(IlvInputStream stream)
throws IlvReadFileException
IlvInputStream.
stream - The input stream.
IlvReadFileException - if the format is not correct.| Method Detail |
|---|
public void write(IlvOutputStream stream)
throws IOException
IlvOutputStream.
write in interface IlvPersistentObjectwrite in class IlvFixedSizeGraphicstream - The output stream.
IOException - thrown when an exception occurs during
the write operation for this object.
public IlvGraphic copy(IlvCoordinateTransformation transform)
throws IlvCoordinateTransformationException
copy in interface IlvMapGraphictransform - Transformation to apply.
IlvCoordinateTransformationExceptionpublic IlvGraphic copy()
copy in class IlvFixedSizeGraphicIlvGraphicHandleBag.isOwner()public IlvMapStyle getStyle()
IlvMapStyle.
getStyle in interface IlvMapGraphicIlvMapStyle.public void setStyle(IlvMapStyle style)
IlvMapStyle.
setStyle in interface IlvMapGraphicstyle - The IlvMapStyle to set.public IlvMapGeometry makeGeometry()
makeGeometry in interface IlvMapGraphicIlvMapGraphic.makeGeometry()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||