Class TurbulencePatternRed.StitchInfo
- java.lang.Object
-
- org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.StitchInfo
-
- Enclosing class:
- TurbulencePatternRed
static final class TurbulencePatternRed.StitchInfo extends java.lang.Object
Inner class to store tile stitching info. #see
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
height
Height of the integer lattice tile(package private) int
width
Width of the integer lattice tile(package private) int
wrapX
Value beyond which values are wrapped on the x-axis.(package private) int
wrapY
Value beyond which values are wrapped on the y-axis.
-
Constructor Summary
Constructors Constructor Description StitchInfo()
Default constructorStitchInfo(TurbulencePatternRed.StitchInfo stitchInfo)
Copy constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
assign(TurbulencePatternRed.StitchInfo stitchInfo)
(package private) void
doubleFrequency()
-
-
-
Constructor Detail
-
StitchInfo
StitchInfo()
Default constructor
-
StitchInfo
StitchInfo(TurbulencePatternRed.StitchInfo stitchInfo)
Copy constructor
-
-
Method Detail
-
assign
final void assign(TurbulencePatternRed.StitchInfo stitchInfo)
-
doubleFrequency
final void doubleFrequency()
-
-