HEADER

ru.biosoft.graphics
Class Pen

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

public class Pen
extends Option


Constructor Summary
Pen(BasicStroke stroke, Color col)
           
Pen(float width, Color col)
           
Pen(float width)
           

Method Summary
 ColorgetColor()
           
 BasicStrokegetStroke()
           
 floatgetWidth()
           
 voidsetColor(Color color)
           
 voidsetStroke(BasicStroke stroke)
           
 voidsetWidth(float width)
           

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

Pen

public Pen(BasicStroke stroke, Color col)

Pen

public Pen(float width, Color col)

Pen

public Pen(float width)
Method Detail

getColor

public Color getColor()

getStroke

public BasicStroke getStroke()

getWidth

public float getWidth()

setColor

public void setColor(Color color)

setStroke

public void setStroke(BasicStroke stroke)

setWidth

public void setWidth(float width)

Association Links

to Class java.awt.Color

to Class java.awt.BasicStroke


FOOTER

BOTTOM