public interface JRCommonElement extends JRStyleContainer
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackcolor() |
Color |
getForecolor() |
int |
getHeight() |
String |
getKey()
Returns the string value that uniquely identifies the element.
|
ModeEnum |
getModeValue()
Returns the element transparency mode.
|
Color |
getOwnBackcolor() |
Color |
getOwnForecolor() |
ModeEnum |
getOwnModeValue() |
int |
getWidth() |
void |
setBackcolor(Color backcolor) |
void |
setForecolor(Color forecolor) |
void |
setMode(ModeEnum mode)
Sets the element transparency mode.
|
getDefaultStyleProvider, getStyle, getStyleNameReferenceint getWidth()
int getHeight()
String getKey()
ModeEnum getModeValue()
ModeEnum getOwnModeValue()
void setMode(ModeEnum mode)
Color getForecolor()
Color getOwnForecolor()
void setForecolor(Color forecolor)
Color getBackcolor()
Color getOwnBackcolor()
void setBackcolor(Color backcolor)
Copyright © 2012. All Rights Reserved.