|
||||||||||
| 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.IlvSelection
ilog.views.IlvHandlesSelection
ilog.views.IlvDrawSelection
ilog.views.IlvUnresizeableDrawSelection
public class IlvUnresizeableDrawSelection
This class is a default selection object used to show that a graphic object which cannot be resized with interactors is selected.
You do not create selection objects by a new.
The selection object is created when the object is selected
by the manager. The graphic object creates its own selection
object by calling the IlvGraphic.makeSelection() method.
IlvManager.setSelected(ilog.views.IlvGraphic, boolean, boolean),
IlvGraphic.makeSelection(),
Serialized Form| Field Summary |
|---|
| Fields inherited from class ilog.views.IlvHandlesSelection |
|---|
CIRCLE_SHAPE, defaultHandleBackgroundColor, defaultHandleColor, defaultHandleShape, defaultHandleSize, FILLED_CIRCLE_SHAPE, FILLED_SQUARE_SHAPE, SQUARE_SHAPE |
| Constructor Summary | |
|---|---|
IlvUnresizeableDrawSelection(IlvGraphic obj)
Creates a new selection object for unresizeable graphic objects. |
|
| Method Summary | |
|---|---|
boolean |
supportsResize()
Returns true if this object allows the resize
of the selected graphic object. |
| Methods inherited from class ilog.views.IlvDrawSelection |
|---|
boundingBox, direction, draw, getHandle, getHandle, getHandleCardinal, getHandlesRectangle, isOptimizedDrawingEnabled |
| Methods inherited from class ilog.views.IlvHandlesSelection |
|---|
afterLoopAllHandles, beforeLoopAllHandles, contains, drawWithoutHandles, getActiveHandlesColor, getHandlesColor, getHandlesShape, getHandlesSize, isActive, onEnter, onExit, setActiveHandlesColor, setHandlesColor, setHandlesShape, setHandlesSize, zoomable |
| Methods inherited from class ilog.views.IlvSelection |
|---|
applyTransform, copy, getDefaultInteractor, getObject, isVisible, SetDefaultInteractor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvUnresizeableDrawSelection(IlvGraphic obj)
obj - The selected object.| Method Detail |
|---|
public final boolean supportsResize()
true if this object allows the resize
of the selected graphic object. Returns false
otherwise.
The implementation of this method always returns false.
supportsResize in class IlvDrawSelection
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||