|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.painter.noise.BaseNoiseFilter
public abstract class BaseNoiseFilter
Base class for stretch noise filters. This class is part of officially supported API.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jvnet.substance.painter.noise.NoiseFilter |
---|
NoiseFilter.TrigKind |
Field Summary | |
---|---|
protected NoiseFilter.TrigKind |
trigKind
Trigonometry function. |
protected double |
valueFactor
Stretch factor for value. |
protected double |
xFactor
Stretch factor for X axis. |
protected double |
yFactor
Stretch factor for Y axis. |
protected double |
zFactor
Stretch factor for Z axis. |
Constructor Summary | |
---|---|
BaseNoiseFilter(double xFactor,
double yFactor,
double zFactor,
double valueFactor,
NoiseFilter.TrigKind trigKind)
Creates a new base filter. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jvnet.substance.painter.noise.NoiseFilter |
---|
apply |
Field Detail |
---|
protected double xFactor
protected double yFactor
protected double zFactor
protected double valueFactor
protected NoiseFilter.TrigKind trigKind
Constructor Detail |
---|
public BaseNoiseFilter(double xFactor, double yFactor, double zFactor, double valueFactor, NoiseFilter.TrigKind trigKind)
xFactor
- Stretch factor for X axis.yFactor
- Stretch factor for Y axis.zFactor
- Stretch factor for Z axis.valueFactor
- Stretch factor for value.trigKind
- Trigonometry function.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |