| java.lang.Object de.anomic.ymage.ymageMatrix de.anomic.ymage.ymageChart
Constructor Summary | |
public | ymageChart(int width, int height, String backgroundColor, String foregroundColor, int leftborder, int rightborder, int topborder, int bottomborder, String name) |
Method Summary | |
public void | chartDot(int dimension_x, int dimension_y, int coord_x, int coord_y, int dotsize) | public void | chartLine(int dimension_x, int dimension_y, int coord_x1, int coord_y1, int coord_x2, int coord_y2) | public void | declareDimension(int dimensionType, int scale, int pixelperscale, int offset, String colorNaming, String colorScale, String name) | public static void | main(String[] args) |
DIMENSION_BOTTOM | final public static int DIMENSION_BOTTOM(Code) | | |
DIMENSION_LEFT | final public static int DIMENSION_LEFT(Code) | | |
DIMENSION_RIGHT | final public static int DIMENSION_RIGHT(Code) | | |
DIMENSION_TOP | final public static int DIMENSION_TOP(Code) | | |
backgroundColorforegroundColor | String backgroundColorforegroundColor(Code) | | |
bottomborder | int bottomborder(Code) | | |
leftborder | int leftborder(Code) | | |
rightborder | int rightborder(Code) | | |
ymageChart | public ymageChart(int width, int height, String backgroundColor, String foregroundColor, int leftborder, int rightborder, int topborder, int bottomborder, String name)(Code) | | |
chartDot | public void chartDot(int dimension_x, int dimension_y, int coord_x, int coord_y, int dotsize)(Code) | | |
chartLine | public void chartLine(int dimension_x, int dimension_y, int coord_x1, int coord_y1, int coord_x2, int coord_y2)(Code) | | |
declareDimension | public void declareDimension(int dimensionType, int scale, int pixelperscale, int offset, String colorNaming, String colorScale, String name)(Code) | | |
Methods inherited from de.anomic.ymage.ymageMatrix | public void antialiasing(int lox, int loy, int rux, int ruy, int bgcolor)(Code)(Java Doc) public void arc(int x, int y, int innerRadius, int outerRadius, int fromArc, int toArc)(Code)(Java Doc) public void arcArc(int cx, int cy, int arcRadius, int angle, int innerRadius, int outerRadius, int fromArc, int toArc)(Code)(Java Doc) public void arcDot(int cx, int cy, int arcRadius, int angle, int dotRadius)(Code)(Java Doc) public void arcLine(int cx, int cy, int innerRadius, int outerRadius, int angle)(Code)(Java Doc) public void blur(int lox, int loy, int rux, int ruy)(Code)(Java Doc) public void clear()(Code)(Java Doc) public static void demoPaint(ymageMatrix m)(Code)(Java Doc) public void dot(int x, int y, int radius, boolean filled)(Code)(Java Doc) public static serverByteBuffer exportImage(BufferedImage image, String targetExt)(Code)(Java Doc) public int[] getColor(int x, int y)(Code)(Java Doc) public int getHeight()(Code)(Java Doc) public BufferedImage getImage()(Code)(Java Doc) public int getWidth()(Code)(Java Doc) public void insertBitmap(BufferedImage bitmap, int x, int y)(Code)(Java Doc) public void insertBitmap(BufferedImage bitmap, int x, int y, byte filter)(Code)(Java Doc) public void insertBitmap(BufferedImage bitmap, int x, int y, int xx, int yy)(Code)(Java Doc) public void insertBitmap(BufferedImage bitmap, int x, int y, int xx, int yy, byte filter)(Code)(Java Doc) public void insertBitmap(BufferedImage bitmap, int x, int y, int transRGB)(Code)(Java Doc) public void insertBitmap(BufferedImage bitmap, int x, int y, int transRGB, byte filter)(Code)(Java Doc) public void invert(int lox, int loy, int rux, int ruy)(Code)(Java Doc) public void line(int Ax, int Ay, int Bx, int By)(Code)(Java Doc) public void lineDot(int x0, int y0, int x1, int y1, int radius, int distance, long lineColor, long dotColor)(Code)(Java Doc) public static void main(String[] args)(Code)(Java Doc) public void plot(int x, int y)(Code)(Java Doc) public void plot(int x, int y, int intensity)(Code)(Java Doc) public void setColor(long c)(Code)(Java Doc) public void setColor(String s)(Code)(Java Doc)
|
|
|