|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.Brush
com.mindfusion.diagramming.HatchBrush
public class HatchBrush
Represents a brush that fills the interiors of objects with a hatch pattern.
Constructor Summary | |
---|---|
HatchBrush()
Initializes a new HatchBrush instance. |
Method Summary | |
---|---|
void |
applyTo(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D bounds)
|
java.lang.Object |
clone()
Clones the brush. |
void |
readExternal(java.io.ObjectInput in)
Implements Externalizable. |
void |
writeExternal(java.io.ObjectOutput out)
Implements Externalizable. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HatchBrush()
HatchBrush
instance.
Method Detail |
---|
public void applyTo(java.awt.Graphics2D g, java.awt.geom.Rectangle2D bounds)
applyTo
in class Brush
public java.lang.Object clone()
clone
in class Brush
HatchBrush
.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |