| java.lang.Object net.sf.retrotranslator.tests.TestBean
TestBean | public class TestBean (Code) | | author: Taras Puchko |
Constructor Summary | |
public | TestBean(boolean visible, char sign, byte code, short width, int height, float opacity, long area, double weight, String name) | public | TestBean(String name, double weight, long area, float opacity, int height, short width, byte code, char sign, boolean visible) | public | TestBean(String state) | public | TestBean() |
TestBean | public TestBean(boolean visible, char sign, byte code, short width, int height, float opacity, long area, double weight, String name)(Code) | | |
TestBean | public TestBean(String name, double weight, long area, float opacity, int height, short width, byte code, char sign, boolean visible)(Code) | | |
TestBean | public TestBean()(Code) | | |
getArea | public long getArea()(Code) | | |
getCode | public byte getCode()(Code) | | |
getHeight | public int getHeight()(Code) | | |
getOpacity | public float getOpacity()(Code) | | |
getSign | public char getSign()(Code) | | |
getWeight | public double getWeight()(Code) | | |
getWidth | public short getWidth()(Code) | | |
isVisible | public boolean isVisible()(Code) | | |
|
|