public class GralCanvasArea extends GralWidget
Modifier and Type | Class and Description |
---|---|
class |
GralCanvasArea._GraphicImplAccess_
This class contains the access to the GralWidget class.
|
class |
GralCanvasArea.UserUnits |
GralWidget.ActionChangeSelect, GralWidget.ConfigData, GralWidget.DynamicData, GralWidget.ImplAccess
GralWidgetBase.GralWidgComposite, GralWidgetBase.TimeOrderCreateImplWidget
GralWidget_ifc.ActionChange, GralWidget_ifc.ActionChangeWhen
Modifier and Type | Field and Description |
---|---|
(package private) GralCanvasStorage |
canvasStore
The Store for the figures.
|
static java.lang.String |
sVersion
Version, history and license.
|
_wdgImpl, bEditable, bShouldInitialize, cfg, contextMenu, dateUser, dyda, htmlHelp, redrawDelayMax, redrawtDelay, sCmd, sFormat, sToolTip, whatIs, XXXbuildMng
_cdata, _wdgPos, bVisibleState, gralMng, name, pixSize
version
version
Constructor and Description |
---|
GralCanvasArea(GralPos currPos,
java.lang.String posname)
Constructs
|
Modifier and Type | Method and Description |
---|---|
void |
drawLine(GralColor color,
GralCanvasArea.UserUnits userUnits,
float[][] points,
int iy) |
GralCanvasStorage |
getCanvasStore(int ix)
Gets one of the Canvas Storages.
|
GralCanvasArea.UserUnits |
userUnitsPerGrid(float x0,
float y0,
float xSize,
float ySize) |
clearShowParam, createImplWidget_Gthread, getActionChange, getActionChangeStrict, getActionDrag, getActionDrop, getActionFocused, getActionShow, getBackColor, getCfgElement, getCmd, getCmd, getContentIdent, getContentInfo, getContextMenu, getData, getDataIx, getDataPath, getDataPath, getFloatValue, getFocusedWidget, getFormat, getGralWidget, getHtmlHelp, getImplAccess, getImplWidget, getItsPanel, getLongValue, getName, getShowMethod, getShowParam, getsToolTip, getText, getValue, getVariable, getVariableFromContentInfo, isChanged, isEditable, isGraphicDisposed, isInFocus, isNotEditableOrShouldInitialize, isVisible, redraw, redraw, redraw, redraw1, redrawOnlyDynamics, refreshFromVariable, refreshFromVariable, removeImplWidget_Gthread, requestNewValueForVariable, setActionChange, setActionFocused, setActionMouse, setActionShow, setBackColor, setBackgroundColor, setBoundsPixel, setCfgElement, setCmd, setContentIdent, setContentInfo, setData, setDataIx, setDataPath, setDragEnable, setDropEnable, setEditable, setFocus, setFocus, setFocusedWidget, setForegroundColor, setFormat, setHtmlHelp, setLineColor, setLongValue, setMinMax, setPrimaryWidgetOfPanel, setText, setTextColor, setToolTip, setToPanel, setValue, setValue, setValue, setValue, setVariable, setVisible, specifyActionChange, specifyContextMenu, toString, toString, XXXgetWidgetImplementation, XXXremoveWidgetImplementation, XXXrepaintGthread, XXXsetFocusGThread
checkImplWidgetCreation, createImplWidget, gralMng, hasFocus, pos, remove, resizePostPreparation, setFocused
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
gralMng, pos, setFocused
public static final java.lang.String sVersion
final GralCanvasStorage canvasStore
public GralCanvasArea(GralPos currPos, java.lang.String posname)
currPos
- may be null, then use the singleton pos in GralMng, else basic and current positionposname
- public GralCanvasArea.UserUnits userUnitsPerGrid(float x0, float y0, float xSize, float ySize)
public GralCanvasStorage getCanvasStore(int ix)
ix
- yet not used. Possible more as one TODO.public void drawLine(GralColor color, GralCanvasArea.UserUnits userUnits, float[][] points, int iy)