|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectShadedReliefImpl
public class ShadedReliefImpl
Default implementation of ShadedRelief.
| Constructor Summary | |
|---|---|
ShadedReliefImpl()
|
|
ShadedReliefImpl(FilterFactory factory)
|
|
| Method Summary | |
|---|---|
void |
accept(StyleVisitor visitor)
|
Object |
accept(StyleVisitor visitor,
Object data)
calls the visit method of a StyleVisitor |
boolean |
equals(Object obj)
|
Expression |
getReliefFactor()
The ReliefFactor gives the amount of exaggeration to use for the height of the ? |
int |
hashCode()
|
boolean |
isBrightnessOnly()
indicates if brightnessOnly is true or false. |
void |
setBrightnessOnly(boolean flag)
turns brightnessOnly on or off depending on value of flag. |
void |
setReliefFactor(Expression reliefFactor)
The ReliefFactor gives the amount of exaggeration to use for the height of the ? |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShadedReliefImpl()
public ShadedReliefImpl(FilterFactory factory)
| Method Detail |
|---|
public Expression getReliefFactor()
getReliefFactor in interface ShadedReliefpublic boolean isBrightnessOnly()
isBrightnessOnly in interface ShadedReliefpublic void setBrightnessOnly(boolean flag)
flag - booleanpublic void setReliefFactor(Expression reliefFactor)
reliefFactor - an expression which evaluates to a double.
public Object accept(StyleVisitor visitor,
Object data)
ShadedRelief
accept in interface ShadedReliefvisitor - the style visitorpublic void accept(StyleVisitor visitor)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||