public static class GralPanelContent.Data
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
bGridZoomed
True then the grid of the panel is zoomed with the actual size of panel.
|
protected boolean |
bZoomed
True then the content of the panel is zoomed with the actual size of panel.
|
GralCanvasStorage |
canvas
If this instance is not null, the content of that should be paint in the paint routine
of the implementation graphic.
|
GralColor |
colorGridLine
Value for difference for all 3 color components for the grid relative to the background.
|
GralColor |
colorGridLine2
Value for difference for all 3 color components for the grid relative to the background.
|
java.lang.String |
labelTab
If set, it is a tab of a tabbed panel.
|
GralPanelActivated_ifc |
notifyingUserInstanceWhileSelectingTab |
protected GralHorizontalSelector<GralWidget> |
widgTabs
This widget is existing on construction for a tabbed panel.
|
int |
xGrid
If this values are set, a grid should be shown.
|
int |
xGrid2
If this values are set, a grid should be shown.
|
int |
yGrid
If this values are set, a grid should be shown.
|
int |
yGrid2
If this values are set, a grid should be shown.
|
Modifier | Constructor and Description |
---|---|
protected |
Data(java.lang.String labelTab) |
protected GralHorizontalSelector<GralWidget> widgTabs
public GralPanelActivated_ifc notifyingUserInstanceWhileSelectingTab
protected boolean bZoomed
protected boolean bGridZoomed
public final java.lang.String labelTab
#pixelTab
>=0.
The text on the tab.public int yGrid
public int xGrid
public int yGrid2
public int xGrid2
public GralColor colorGridLine
public GralColor colorGridLine2
public GralCanvasStorage canvas