HEADER

ru.biosoft.graphics
Class Brush

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--ru.biosoft.graphics.Brush

public class Brush
extends Option


Constructor Summary
Brush(Paint color)
           

Method Summary
 PaintgetPaint()
           
 voidsetPaint(Paint value)
           

Methods inherited from class com.beanexplorer.swing.table.Option
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Constructor Detail

Brush

public Brush(Paint color)
Method Detail

getPaint

public Paint getPaint()

setPaint

public void setPaint(Paint value)

Association Links

to Class java.awt.Paint


FOOTER

BOTTOM