public class WeaveFilter extends PointFilter
Modifier and Type | Field and Description |
---|---|
int[][] |
matrix |
canFilterIndexColorModel
filterListener
Constructor and Description |
---|
WeaveFilter() |
Modifier and Type | Method and Description |
---|---|
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, setDimensions
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGB
public 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
in class PointFilter
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.