|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectHaloImpl
public class HaloImpl
Direct implementation of Halo.
Constructor Summary | |
---|---|
HaloImpl()
|
|
HaloImpl(FilterFactory factory)
|
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
|
Object |
clone()
Creates a deep copy clone of the Halo. |
boolean |
equals(Object obj)
Compares this HaloImpl with another for equality. |
Fill |
getFill()
Getter for property fill. |
Expression |
getRadius()
Getter for property radius. |
int |
hashCode()
|
void |
setFill(Fill fill)
Setter for property fill. |
void |
setFilterFactory(FilterFactory factory)
|
void |
setRadius(Expression radius)
Setter for property radius. |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HaloImpl()
public HaloImpl(FilterFactory factory)
Method Detail |
---|
public void setFilterFactory(FilterFactory factory)
public Fill getFill()
getFill
in interface Halo
public void setFill(Fill fill)
setFill
in interface Halo
fill
- New value of property fill.public Expression getRadius()
getRadius
in interface Halo
public void setRadius(Expression radius)
setRadius
in interface Halo
radius
- New value of property radius.public void accept(StyleVisitor visitor)
accept
in interface Halo
public Object clone()
clone
in class Object
RuntimeException
- DOCUMENT ME!public boolean equals(Object obj)
equals
in class Object
obj
- THe other HaloImpl.
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |