Package ilog.views.graphic

Contains the predefined graphic objects of JViews.

See:
          Description

Class Summary
IlvArc IlvArc defines an arc shape.
IlvArcUtil A class that groups the utility methods for Arcs.
IlvArrowLine IlvArrowLine represents a custom graphic object that shows a straight line between two given points with a small arrow head on the line trajectory.
IlvArrowPolyline IlvArrowPolyline represents a line that follows several points and has one or more arrows along its length.
IlvCircularScale IlvCircularScale represents a circular scale.
IlvClosedSpline Deprecated. Beginning with JViews 5.5 you should use IlvSpline instead with the IlvSpline.setClosed(boolean) method.
IlvComponentGraphic IlvComponentGraphic is used to mix graphic objects and lightweight Java Components.
IlvDefaultCollapsedGraphic A graphic object that shows a folder with a label underneath.
IlvDoubleLinkImage IlvDoubleLinkImage represents the connection between two nodes in a grapher; the link is displayed as three lines containing two right angles.
IlvDoubleSplineLinkImage IlvDoubleSplineLinkImage represents the connection between two nodes in a grapher; the link is displayed as a spline with two curves.
IlvEllipse IlvEllipse represents an ellipse shape.
IlvEnhancedPolylineLinkImage A link between two nodes of a grapher with several points.
IlvFilledArc Deprecated. Beginning with JViews 5.5 you should use IlvArc instead with IlvArc.setFillOn(boolean) and IlvArc.setStrokeOn(boolean) methods.
IlvFilledEllipse Deprecated. Beginning with JViews 5.5 you should use IlvEllipse instead with IlvEllipse.setFillOn(boolean) and IlvEllipse.setStrokeOn(boolean) methods.
IlvFilledLabel A label with a colored background.
IlvFilledRectangle Deprecated. Beginning with JViews 5.5 you should use IlvRectangle instead with IlvRectangle.setFillOn(boolean) and IlvRectangle.setStrokeOn(boolean) methods.
IlvFilledRoundRectangle Deprecated. Beginning with JViews 5.5 you should use IlvRectangle instead with IlvRectangle.setRadius(int) and IlvRectangle.setFillOn(boolean) methods.
IlvFilledSpline Deprecated. Beginning with JViews 5.5 you should use IlvSpline instead with IlvSpline.setFillOn(boolean) and IlvSpline.setClosed(boolean) methods.
IlvFixedSizeGraphic The IlvFixedSizeGraphic class derives from the base graphic handle class IlvGraphicHandle.
IlvFullZoomingGraphic The class IlvFullZoomingGraphic is a wrapper class that is used to make a nonzoomable graphic object fully zoomable.
IlvGeneralPath IlvGeneralPath is a graphic object that can take any two dimensional shape.
IlvGraphicHandle An IlvGraphicHandle object, called a handle, is used to reference an IlvGraphic object.
IlvGraphicHandleBag An IlvGraphicHandleBag object is a graphic handle that is at the same time a graphic bag for the contained object.
IlvGraphicHandleInteractor This class is an object interactor that delegates to another object interactor.
IlvGraphicHandleSelection An IlvGraphicHandleSelection object is a selection that acts like a handle to another selection.
IlvGraphicPath An IlvGraphicPath object is a set of polypoints that can be drawn as a polyline or a polygon.
IlvGraphicSet An IlvGraphicSet instance is used to group several graphic objects together.
IlvGraphicSet.DelegateObjectInteractor A delegating interactor for IlvGraphicSet objects.
IlvHalfZoomingGraphic The class IlvHalfZoomingGraphic is a wrapper class that is used to prevent a graphic object from zooming above (or below) a given maximum (or minimum) zoom level.
IlvIcon IlvIcon is a graphic object that displays an image.
IlvLabel IlvLabel represents a simple graphic object that shows a single line of text.
IlvLine IlvLine represents a custom graphic object that shows a straight line between two given points.
IlvMarker IlvMarker displays a specific graphic symbol at a given location.
IlvOneLinkImage IlvOneLinkImage represents the connection between two nodes in a grapher; the link is displayed as two lines following a right angle.
IlvOneSplineLinkImage IlvOneSplineLinkImage represents the connection between two nodes in a grapher; the link is displayed as a spline curve.
IlvOutlinePolygon Deprecated. Beginning with JViews 5.5 you should use IlvPolygon instead with the IlvPolygon.setStrokeOn(boolean) method.
IlvPointArray An IlvPointArray is a class that encapsulates an array of IlvPoint so that you can more easily manipulate the array.
IlvPolygon IlvPolygon represents a polygon.
IlvPolyline IlvPolyline represents a line that follows several points.
IlvPolylineLinkImage IlvPolylineLinkImage represents the connection between two nodes in a grapher; the link is displayed as a line that traces several points.
IlvPolyPoints IlvPolyPoints is an abstract class for all graphic objects that describe an object bound by several points.
IlvRectangle IlvRectangle represents a rectangle with customizable fill and stroke.
IlvRectangularScale IlvRectangularScale represents a vertical or horizontal scale.
IlvReliefLabel IlvReliefLabel represents a labeled rectangle in relief with customizable fill and text colors.
IlvReliefRectangle IlvReliefRectangle represents a rectangle in relief with a customizable fill color.
IlvRoundRectangle Deprecated. Beginning with JViews 5.5 you should use IlvRectangle instead with the IlvRectangle.setRadius(int) method.
IlvScale IlvScale is an abstract class from which all instances of scale object classes are derived.
IlvShadowLabel IlvShadowLabel represents a labeled rectangle with a shadow.
IlvShadowRectangle IlvShadowRectangle represents a rectangle with a shadow.
IlvSpline IlvSpline represents a line that displays a Bezier spline.
IlvSplineEdition IlvSplineEdition is an object interactor used to edit IlvSpline objects.
IlvSplineLinkEdition IlvSplineLinkEdition is an object interactor used to edit IlvSplineLinkImage objects.
IlvSplineLinkImage IlvSplineLinkImage represents the connection between two nodes in a grapher; the link is displayed as a series of spline curves that trace the link points.
IlvSplineLinkSelection Selection object on an IlvSplineLinkImage.
IlvSplineSelection Selection object on an IlvSpline.
IlvText IlvText represents a customizable multiline text label.
IlvText.Editor This is the text editor of IlvText.
IlvTextPath A graphic object that displays a text on any Shape.
IlvTextSelection This is the selection object for graphic objects implementing IlvTextInterface.
IlvTextSelection.Range This inner class is used to indicate the selection interval while editing a graphic object implementing IlvTextInterface.
IlvTransformedGraphic The class IlvTransformedGraphic derives from the base class IlvGraphicHandle.
IlvZoomableLabel A graphic object that displays a label.
 

Package ilog.views.graphic Description

Contains the predefined graphic objects of JViews.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.