bookExamples.ch26Graphics.draw2d.shapes
Class Circle2dLens
java.lang.Object
   bookExamples.ch26Graphics.draw2d.shapes.DJShape
bookExamples.ch26Graphics.draw2d.shapes.DJShape
       bookExamples.ch26Graphics.draw2d.shapes.Circle2dLens
bookExamples.ch26Graphics.draw2d.shapes.Circle2dLens
- All Implemented Interfaces: 
- Drawable, java.io.Serializable
- public class Circle2dLens 
- extends DJShape
- See Also:
- Serialized Form
 
 
| Constructor Summary | 
| Circle2dLens(int x1,
             int y1,
             int x2,
             int y2)
 | 
 
 
| Methods inherited from class bookExamples.ch26Graphics.draw2d.shapes.DJShape | 
| drawLine, erase, getAffineTransform, getBackground, getCenterPoint, getDistance, getForeground, getForegroundColor, getOldAffineTransform, getPcs, getRunAffinePanel, getSize, getX1, getX2, getY1, getY2, isGrouped, isSelected, restoreState, saveState, setAffineTransform, setBackground, setForeground, setForegroundColor, setGrouped, setLocation, setOldAffineTransform, setPcs, setSelected, setSize, setX1, setX2, setY1, setY2 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Circle2dLens
public Circle2dLens(int x1,
                    int y1,
                    int x2,
                    int y2)
getInstance
public DJShape getInstance(int x1,
                           int y1,
                           int x2,
                           int y2)
- 
- Specified by:
- getInstancein class- DJShape
 
- 
 
getCenter
public java.awt.Point getCenter()
- 
- Specified by:
- getCenterin class- DJShape
 
- 
 
draw
public void draw(java.awt.Graphics g)
- 
 
isPaintable
public boolean isPaintable()
- 
 
supportsCustomEditor
public boolean supportsCustomEditor()
- 
 
getCustomEditor
public java.awt.Component getCustomEditor()
- 
 
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
- 
- Overrides:
- addPropertyChangeListenerin class- DJShape
 
- 
 
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
- 
- Overrides:
- removePropertyChangeListenerin class- DJShape
 
- 
 
getValue
public java.lang.Object getValue()
- 
 
setValue
public void setValue(java.lang.Object value)
- 
 
getAsText
public java.lang.String getAsText()
- 
 
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- 
 
getTags
public java.lang.String[] getTags()
- 
 
setAsText
public void setAsText(java.lang.String text)
               throws java.lang.IllegalArgumentException
- 
- Throws:
- java.lang.IllegalArgumentException
 
paintValue
public void paintValue(java.awt.Graphics gfx,
                       java.awt.Rectangle box)
-