public class Pixel extends Object implements Serializable
Constructor and Description |
---|
Pixel(int x,
int y) |
Pixel(Size size)
calculates offset via size
|
public Pixel(Size size)
size
- public Pixel(int x, int y)
public Size getSize()
public void setSize(Size size)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
protected String getJSconstructor()
public String getId()
public String getJSadd()
Copyright © 2015. All rights reserved.