j2d.border
Class BorderBean
java.lang.Object
j2d.border.BorderBean
- All Implemented Interfaces:
- java.io.Serializable
public class BorderBean
- extends java.lang.Object
- implements java.io.Serializable
This class demonstrates the use of the border operator. The user can
interactively choose the image border dimensions and the border type.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BorderBean
public BorderBean()
getTopValue
public int getTopValue()
setTopValue
public void setTopValue(int topValue)
getBottomValue
public int getBottomValue()
setBottomValue
public void setBottomValue(int bottomValue)
getLeftValue
public int getLeftValue()
setLeftValue
public void setLeftValue(int leftValue)
getRightValue
public int getRightValue()
setRightValue
public void setRightValue(int rightValue)
getBorderType
public int getBorderType()
setBorderType
public void setBorderType(int borderType)
save
public void save()
restore
public static BorderBean restore()
- Returns:
- null if error on restore.