Package | Description |
---|---|
ilog.views.interactor |
Provides the predefined interactors for a view.
|
ilog.views.sdm.graphic |
Contains specialized graphic objects used
by the SDM component.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMakeArcInteractor
An interactor that allows you to create an
IlvArc
by dragging a rectangle. |
class |
IlvMakeEllipseInteractor
An interactor that enables you to drag a rectangle
to create an
IlvEllipse . |
class |
IlvMakeReliefRectangleInteractor
An interactor that allows you to create an
IlvReliefRectangle . |
class |
IlvMakeRoundRectangleInteractor
An interactor to create an
IlvRectangle with rounded corners. |
Modifier and Type | Method and Description |
---|---|
IlvRectangularObjectFactory |
IlvMakeRectangleInteractor.getObjectFactory()
Returns the factory installed, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMakeRectangleInteractor.setObjectFactory(IlvRectangularObjectFactory factory)
Installs a factory for the creation of the graphic object.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvGraphicFactories.ArrowLine
Factory to create an
IlvArrowLine , with the arrow in the
middle. |
static class |
IlvGraphicFactories.BusPolyline
Factory to create an
IlvPolyline . |
static class |
IlvGraphicFactories.CircularScale
Factory to create an
IlvCircularScale . |
static class |
IlvGraphicFactories.Ellipse
Factory to create an ellipse from an
IlvGeneralPath . |
static class |
IlvGraphicFactories.FilledEllipse
Deprecated.
Replaced by
IlvGraphicFactories.Ellipse . |
static class |
IlvGraphicFactories.FilledRectangle
Deprecated.
Replaced by
IlvGraphicFactories.Rectangle . |
static class |
IlvGraphicFactories.Icon
Factory to create an
IlvIcon . |
static class |
IlvGraphicFactories.Label
Factory to create an
IlvLabel . |
static class |
IlvGraphicFactories.Line
Factory to create an
IlvLine . |
static class |
IlvGraphicFactories.Marker
Factory to create an
IlvMarker . |
static class |
IlvGraphicFactories.Rectangle
Factory to create a rectangle from an
IlvGeneralPath . |
static class |
IlvGraphicFactories.RectangularScale
Factory to create an
IlvRectangularScale . |
static class |
IlvGraphicFactories.ReliefLabel
Factory to create an
IlvReliefLabel . |
static class |
IlvGraphicFactories.ShadowLabel
Factory to create an
IlvShadowLabel . |
static class |
IlvGraphicFactories.ZoomableLabel
Factory to create an
IlvZoomableLabel . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.