Method Summary |
|
public Border | createBorder(Component comp) BorderProperty.createBorder specialization. |
public int | getBevelType() Returns the bevel type for this border. |
public Color | getHighlightInnerColor() Returns the highlight inner color for the border. |
public ColorProperty | getHighlightInnerColorProperty() Returns the highlight inner ColorProperty for the border. |
public Color | getHighlightOuterColor() Returns the highlight outer color for the border. |
public ColorProperty | getHighlightOuterColorProperty() Returns the highlight outer ColorProperty for the border. |
public Color | getShadowInnerColor() Returns the shadow inner color for the border. |
public ColorProperty | getShadowInnerColorProperty() Returns the shadow inner ColorProperty for the border. |
public Color | getShadowOuterColor() Returns the shadow outer color for the border. |
public ColorProperty | getShadowOuterColorProperty() Returns the shadow outer ColorProperty for the border. |
public void | read(JETAObjectInput in) |
public void | setBevelType(int type) Sets the bevel border type. |
public void | setHighlightInnerColorProperty(ColorProperty c) Sets the highlight inner ColorProperty for the border. |
public void | setHighlightOuterColorProperty(ColorProperty c) Sets the highlight outer ColorProperty for the border. |
public void | setShadowInnerColorProperty(ColorProperty c) Sets the shadow inner ColorProperty for the border. |
public void | setShadowOuterColorProperty(ColorProperty c) Sets the shadow outer ColorProperty for the border. |
public void | setValue(Object prop) Sets this border property to that of another bevel border property.
Parameters: prop - the value to set. |
public String | toString() |
public void | write(JETAObjectOutput out) |