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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
Height of the integer lattice tile(package private) int
Width of the integer lattice tile(package private) int
Value beyond which values are wrapped on the x-axis.(package private) int
Value 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 void
assign
(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. -
wrapY
int wrapYValue beyond which values are wrapped on the y-axis.
-
-
Constructor Details
-
StitchInfo
StitchInfo()Default constructor -
StitchInfo
StitchInfo(TurbulencePatternRed.StitchInfo stitchInfo) Copy constructor
-
-
Method Details
-
assign
-
doubleFrequency
final void doubleFrequency()
-