public class WeaveFilter extends PointFilter
| 限定符和类型 | 字段和说明 |
|---|---|
int[][] |
matrix |
canFilterIndexColorModel| 构造器和说明 |
|---|
WeaveFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
int[][] |
getCrossings() |
boolean |
getRoundThreads() |
boolean |
getShadeCrossings() |
boolean |
getUseImageColors() |
float |
getXGap() |
float |
getXWidth() |
float |
getYGap() |
float |
getYWidth() |
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) |
String |
toString() |
filter, setDimensionsclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic void setXGap(float xGap)
public void setXWidth(float xWidth)
public float getXWidth()
public void setYWidth(float yWidth)
public float getYWidth()
public float getXGap()
public void setYGap(float yGap)
public float getYGap()
public void setCrossings(int[][] matrix)
public int[][] getCrossings()
public void setUseImageColors(boolean useImageColors)
public boolean getUseImageColors()
public void setRoundThreads(boolean roundThreads)
public boolean getRoundThreads()
public void setShadeCrossings(boolean shadeCrossings)
public boolean getShadeCrossings()
public int filterRGB(int x,
int y,
int rgb)
filterRGB 在类中 PointFilterCopyright © 2015. All rights reserved.