com.cbse.jeasy
Class JEInsets
java.lang.Object
com.cbse.jeasy.JEObject
com.cbse.jeasy.JEInsets
public class JEInsets
- extends JEObject
A class building an insets. An Insets object is a representation of the borders
of a container. It specifies the space that a container must leave at each of
its edges. The space can be a border, a blank space, or a title.
| Properties |
| name | values | comment |
| id | * | Id of the object. Let it begin with IN_ |
| top | int value | The inset from the top. |
| left | int value | The inset from the left. |
| bottom | int value | The inset from the bottom. |
| right | int value | The inset from the right. |
* = property you have to set; bold = default value
- Version:
- %I%, %G%
- Author:
- H.Pfohl
|
Constructor Summary |
JEInsets()
|
JEInsets(java.lang.String s)
Reads the properties from a string. |
| Methods inherited from class com.cbse.jeasy.JEObject |
backupEntry, clear, deserializeValue, getApplet, getApplLocale, getCenter, getComponent, getEast, getElementAt, getElementSize, getId, getJCallBack, getJClass, getLabel, getMode, getName, getNorth, getObjLocale, getParentId, getPreview, getProjectDirectory, getProperty, getRegisterText, getSouth, getStarted, getTitle, getType, getWest, getXMLtag, isEditable, isEnabled, isEnterprise, isProfessional, isStandard, isVisible, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEaddTab, removeProperties, removeProperty, restoreEntry, serializeValue, setApplet, setApplLocale, setEditable, setEditable, setEnabled, setEnabled, setFocus, setJCallBack, setMarkable, setMarkable, setMode, setObjLocale, setParentId, setPreview, setProjectDirectory, setProperty, setStarted, setVisible, setVisible, start, wasEntryChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
top
public int top
left
public int left
bottom
public int bottom
right
public int right
is
public java.awt.Insets is
JEInsets
public JEInsets(java.lang.String s)
- Reads the properties from a string.
- Parameters:
s - contains properties and values- See Also:
JE#PropertyString
JEInsets
public JEInsets()
getInsets
public java.awt.Insets getInsets()
getbottom
public int getbottom()
getright
public int getright()
getleft
public int getleft()
gettop
public int gettop()
setbottom
public void setbottom(int I_bottom)
setright
public void setright(int I_right)
setleft
public void setleft(int I_left)
settop
public void settop(int I_top)