ilog.views.graphic
Class IlvFilledRoundRectangle

java.lang.Object
  extended by ilog.views.IlvGraphic
      extended by ilog.views.graphic.IlvRectangle
          extended by ilog.views.graphic.IlvFilledRectangle
              extended by ilog.views.graphic.IlvFilledRoundRectangle
All Implemented Interfaces:
IlvPersistentObject, Transferable, Serializable

Deprecated. Beginning with JViews 5.5 you should use IlvRectangle instead with IlvRectangle.setRadius(int) and IlvRectangle.setFillOn(boolean) methods.

public class IlvFilledRoundRectangle
extends IlvFilledRectangle

An IlvFilledRoundRectangle is a rectangle with round corners.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ilog.views.graphic.IlvRectangle
BOTTOM_LEFT, BOTTOM_RIGHT, drawrect, TOP_LEFT, TOP_RIGHT
 
Constructor Summary
IlvFilledRoundRectangle(IlvFilledRoundRectangle source)
          Deprecated. Creates a new IlvRoundRectangle by copying an existing one.
IlvFilledRoundRectangle(IlvInputStream stream)
          Deprecated.  
IlvFilledRoundRectangle(IlvRect rect)
          Deprecated. Creates a new IlvFilledRoundRectangle.
IlvFilledRoundRectangle(IlvRect rect, int radius)
          Deprecated. Creates a new IlvFilledRoundRectangle.
 
Method Summary
 IlvGraphic copy()
          Deprecated. Copies the object.
 void setRadius(int radius)
          Deprecated. Changes the radius.
 
Methods inherited from class ilog.views.graphic.IlvFilledRectangle
getForeground, setFillOn, setForeground, setStrokeOn
 
Methods inherited from class ilog.views.graphic.IlvRectangle
applyTransform, boundingBox, contains, draw, getBackground, getCorners, getDefinitionRect, getIntersectionWithOutline, getRadius, isCornersZoomable, isFillOn, isStrokeOn, moveResize, setBackground, setCorners, setCornersZoomable, setDefinitionRect, translate, write
 
Methods inherited from class ilog.views.IlvGraphic
addActionListener, addNamedPropertyListener, boundingBox, getAndAssociateObjectInteractor, getCenter, getDefaultInteractor, getGraphicBag, GetGraphicObject, getName, getNamedProperty, getObjectInteractor, getPopupMenu, getPopupMenu, getPopupMenuName, getProperty, getToolTipText, getToolTipText, getTopLevelGraphicBag, getTransferData, getTransferDataFlavors, hasProperty, inside, intersects, isDataFlavorSupported, isEditable, isInApplyToObject, isMovable, isPersistent, isSelectable, isVisible, makeSelection, move, move, notifyObjectInteractorToManager, processActionEvent, reDraw, removeActionListener, removeNamedProperty, removeNamedPropertyListener, removeProperty, replaceProperty, resize, rotate, scale, setEditable, setGraphicBag, setInApplyToObject, setMovable, setName, setNamedProperty, setNameImpl, setObjectInteractor, setPopupMenu, setPopupMenuName, setProperty, setSelectable, setToolTipText, setVisible, toString, zoomable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlvFilledRoundRectangle

public IlvFilledRoundRectangle(IlvRect rect,
                               int radius)
Deprecated. 
Creates a new IlvFilledRoundRectangle.

Parameters:
rect - The definition rectangle of the object.

IlvFilledRoundRectangle

public IlvFilledRoundRectangle(IlvRect rect)
Deprecated. 
Creates a new IlvFilledRoundRectangle.

Parameters:
rect - The definition rectangle of the object. The radius is 10.

IlvFilledRoundRectangle

public IlvFilledRoundRectangle(IlvFilledRoundRectangle source)
Deprecated. 
Creates a new IlvRoundRectangle by copying an existing one.

Parameters:
source - The origin object for the copy.

IlvFilledRoundRectangle

public IlvFilledRoundRectangle(IlvInputStream stream)
                        throws IlvReadFileException
Deprecated. 

Reads the object from an IlvInputStream.

Parameters:
stream - The input stream.
Throws:
IlvReadFileException - if the format is not correct.
IlvReadFileException
Method Detail

copy

public IlvGraphic copy()
Deprecated. 
Copies the object. This method copies the object by calling the copy constructor.

Overrides:
copy in class IlvFilledRectangle
Returns:
A copy of the object.
See Also:
IlvGraphic

setRadius

public void setRadius(int radius)
Deprecated. 
Changes the radius.

Overrides:
setRadius in class IlvFilledRectangle
Parameters:
radius - The new radius.
See Also:
IlvRectangle.getRadius()


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