Class TurbulencePatternRed.StitchInfo
java.lang.Object
org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.StitchInfo
- Enclosing class:
TurbulencePatternRed
Inner class to store tile stitching info.
#see
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intHeight of the integer lattice tile(package private) intWidth of the integer lattice tile(package private) intValue beyond which values are wrapped on the x-axis.(package private) intValue beyond which values are wrapped on the y-axis. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorStitchInfo(TurbulencePatternRed.StitchInfo stitchInfo) Copy constructor -
Method Summary
Modifier and TypeMethodDescription(package private) final voidassign(TurbulencePatternRed.StitchInfo stitchInfo) (package private) final void
-
Field Details
-
width
int widthWidth of the integer lattice tile -
height
int heightHeight of the integer lattice tile -
wrapX
int wrapXValue beyond which values are wrapped on the x-axis.- See Also:
-
wrapY
int wrapYValue beyond which values are wrapped on the y-axis.- See Also:
-
-
Constructor Details
-
StitchInfo
StitchInfo()Default constructor -
StitchInfo
StitchInfo(TurbulencePatternRed.StitchInfo stitchInfo) Copy constructor
-
-
Method Details
-
assign
-
doubleFrequency
final void doubleFrequency()
-