|
||||||||||
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)
|
Expression |
getReliefFactor()
The ReliefFactor gives the amount of exaggeration to use for the height of the ? |
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShadedReliefImpl()
public ShadedReliefImpl(FilterFactory factory)
Method Detail |
---|
public Expression getReliefFactor()
getReliefFactor
in interface ShadedRelief
public boolean isBrightnessOnly()
isBrightnessOnly
in interface ShadedRelief
public void setBrightnessOnly(boolean flag)
setBrightnessOnly
in interface ShadedRelief
flag
- booleanpublic void setReliefFactor(Expression reliefFactor)
setReliefFactor
in interface ShadedRelief
reliefFactor
- an expression which evaluates to a double.public void accept(StyleVisitor visitor)
accept
in interface ShadedRelief
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |