public class ColoredPoint
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
color |
static org.slf4j.Logger |
log |
int |
x |
int |
y |
Constructor and Description |
---|
ColoredPoint() |
ColoredPoint(ColoredPoint other) |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getAWTColor() |
int |
getBlue() |
int |
getGreen() |
int |
getRed() |
void |
set(ColoredPoint other) |
public static final org.slf4j.Logger log
public int x
public int y
public int color
public ColoredPoint()
public ColoredPoint(ColoredPoint other)
public java.awt.Color getAWTColor()
public int getBlue()
public int getGreen()
public int getRed()
public void set(ColoredPoint other)