Package com.jhlabs.image
Class WeaveFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.WeaveFilter
- All Implemented Interfaces:
BufferedImageOp
,Serializable
,Cloneable
- See Also:
-
Field Summary
FieldsFields inherited from class com.jhlabs.image.PointFilter
canFilterIndexColorModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
filterRGB
(int x, int y, int rgb) int[][]
boolean
boolean
boolean
float
getXGap()
float
float
getYGap()
float
void
setCrossings
(int[][] matrix) void
setRoundThreads
(boolean roundThreads) void
setShadeCrossings
(boolean shadeCrossings) void
setUseImageColors
(boolean useImageColors) void
setXGap
(float xGap) void
setXWidth
(float xWidth) void
setYGap
(float yGap) void
setYWidth
(float yWidth) toString()
Methods inherited from class com.jhlabs.image.PointFilter
filter, setDimensions
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
Field Details
-
matrix
public int[][] matrix
-
-
Constructor Details
-
WeaveFilter
public WeaveFilter()
-
-
Method Details
-
setXGap
public void setXGap(float xGap) -
setXWidth
public void setXWidth(float xWidth) -
getXWidth
public float getXWidth() -
setYWidth
public void setYWidth(float yWidth) -
getYWidth
public float getYWidth() -
getXGap
public float getXGap() -
setYGap
public void setYGap(float yGap) -
getYGap
public float getYGap() -
setCrossings
public void setCrossings(int[][] matrix) -
getCrossings
public int[][] getCrossings() -
setUseImageColors
public void setUseImageColors(boolean useImageColors) -
getUseImageColors
public boolean getUseImageColors() -
setRoundThreads
public void setRoundThreads(boolean roundThreads) -
getRoundThreads
public boolean getRoundThreads() -
setShadeCrossings
public void setShadeCrossings(boolean shadeCrossings) -
getShadeCrossings
public boolean getShadeCrossings() -
filterRGB
public int filterRGB(int x, int y, int rgb) - Specified by:
filterRGB
in classPointFilter
-
toString
-