public class ShadedReliefImpl extends Object implements ShadedRelief
| Constructor and Description |
|---|
ShadedReliefImpl() |
ShadedReliefImpl(FilterFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
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 ?
|
public ShadedReliefImpl()
public ShadedReliefImpl(FilterFactory factory)
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)
ShadedReliefaccept in interface ShadedReliefvisitor - the style visitorpublic void accept(StyleVisitor visitor)
Copyright © 1996–2019 Geotools. All rights reserved.