JHotDraw 7.1

org.jhotdraw.draw
Class BorderRectangleFigure

java.lang.Object
  extended by org.jhotdraw.beans.AbstractBean
      extended by org.jhotdraw.draw.AbstractFigure
          extended by org.jhotdraw.draw.AbstractAttributedFigure
              extended by org.jhotdraw.draw.RectangleFigure
                  extended by org.jhotdraw.draw.BorderRectangleFigure
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Figure, DOMStorable

Deprecated. This class should be in one of the samples package

public class BorderRectangleFigure
extends RectangleFigure

BorderRectangle2D.DoubleFigure.

Version:
2.0 2006-01-14 Changed to support double precison coordinates.
1.0 8. April 2004 Created.
Author:
Werner Randelshofer
See Also:
Serialized Form

Field Summary
protected  javax.swing.border.Border border
          Deprecated.  
protected static javax.swing.JComponent borderComponent
          Deprecated.  
 
Fields inherited from class org.jhotdraw.draw.RectangleFigure
rectangle
 
Fields inherited from class org.jhotdraw.draw.AbstractFigure
changingDepth, listenerList
 
Fields inherited from class org.jhotdraw.beans.AbstractBean
propertySupport
 
Constructor Summary
BorderRectangleFigure(javax.swing.border.Border border)
          Deprecated. Creates a new instance.
 
Method Summary
 void drawFigure(java.awt.Graphics2D g)
          Deprecated.  
 
Methods inherited from class org.jhotdraw.draw.RectangleFigure
clone, contains, drawFill, drawStroke, getBounds, getDrawingArea, getTransformRestoreData, restoreTransformTo, setBounds, transform
 
Methods inherited from class org.jhotdraw.draw.AbstractAttributedFigure
applyAttributesTo, draw, drawText, getAttribute, getAttributeKey, getAttributes, getAttributesRestoreData, getStroke, getStrokeMiterLimitFactor, hasAttribute, isAttributeEnabled, read, readAttributes, removeAttribute, restoreAttributesTo, setAttribute, setAttributeEnabled, setAttributes, write, writeAttributes
 
Methods inherited from class org.jhotdraw.draw.AbstractFigure
addFigureListener, addNotify, basicClone, canConnect, changed, createHandles, findCompatibleConnector, findConnector, findFigureInside, fireAreaInvalidated, fireAreaInvalidated, fireAreaInvalidated, fireAttributeChanged, fireFigureAdded, fireFigureChanged, fireFigureChanged, fireFigureChanged, fireFigureHandlesChanged, fireFigureRemoved, fireFigureRequestRemove, fireUndoableEditHappened, getActions, getChangingDepth, getConnectors, getCursor, getDecomposition, getDrawing, getEndPoint, getFontRenderContext, getLayer, getLock, getPreferredSize, getStartPoint, getTool, getToolTipText, handleDrop, handleMouseClick, includes, invalidate, isChanging, isRemovable, isSelectable, isTransformable, isVisible, remap, remap, removeFigureListener, removeNotify, requestRemove, setBounds, setRemovable, setSelectable, setTransformable, setVisible, toString, validate, willChange
 
Methods inherited from class org.jhotdraw.beans.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

border

protected javax.swing.border.Border border
Deprecated. 

borderComponent

protected static final javax.swing.JComponent borderComponent
Deprecated. 
Constructor Detail

BorderRectangleFigure

public BorderRectangleFigure(javax.swing.border.Border border)
Deprecated. 
Creates a new instance.

Method Detail

drawFigure

public void drawFigure(java.awt.Graphics2D g)
Deprecated. 

Copyright 1996-2007 (c) JHotDraw.org.
Some rights reserved.