|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.win.swing.component.LyAbstractBooleanPanelManager
leon.view.win.swing.component.LyJBooleanPanel._LyBooleanCanvasManager
public class LyJBooleanPanel._LyBooleanCanvasManager
Implements the LyAbstractBooleanPanelManager to manage offscreen image.
LyAbstractBooleanPanelManager
Field Summary |
---|
Fields inherited from class leon.view.win.swing.component.LyAbstractBooleanPanelManager |
---|
__VERSION, BOOLEAN_CHECKED, BOOLEAN_EMPTY, BOOLEAN_UNCHECKED |
Constructor Summary | |
---|---|
LyJBooleanPanel._LyBooleanCanvasManager()
Sole constructor. |
|
LyJBooleanPanel._LyBooleanCanvasManager(java.awt.Component comp)
Creates a boolean canvas manager for the specified component. |
Method Summary | |
---|---|
java.awt.Image |
getImageOffScreen(java.awt.Dimension offScreenSize)
This canvas manager doesn't have offscreen images. |
java.awt.Graphics |
getTargetGraphics(java.awt.Image offScreenImage,
java.awt.Graphics defaultGraphics)
There is no offscreen image, so this is the specified default graphics context that is used. |
void |
paintOnScreen(java.awt.Image offScreenImage,
java.awt.Graphics onScreenGraphics)
Doesn't do anything. |
Methods inherited from class leon.view.win.swing.component.LyAbstractBooleanPanelManager |
---|
addActionListener, getComponent, getPreferredSize, getValue, isEnabled, isOptional, nextStatus, paintCommon, redraw, removeActionListener, setEnabled, setImages, setLabels, setOptional, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LyJBooleanPanel._LyBooleanCanvasManager()
public LyJBooleanPanel._LyBooleanCanvasManager(java.awt.Component comp)
comp
- the boolean component that need a canvas managerMethod Detail |
---|
public java.awt.Image getImageOffScreen(java.awt.Dimension offScreenSize)
getImageOffScreen
in class LyAbstractBooleanPanelManager
offScreenSize
- the size of the image to return
null
LyAbstractBooleanPanelManager.getImageOffScreen(Dimension)
public java.awt.Graphics getTargetGraphics(java.awt.Image offScreenImage, java.awt.Graphics defaultGraphics)
getTargetGraphics
in class LyAbstractBooleanPanelManager
offScreenImage
- this image is not used in this implementationdefaultGraphics
- the graphics context that is returned
LyAbstractBooleanPanelManager.getTargetGraphics(Image, Graphics)
public void paintOnScreen(java.awt.Image offScreenImage, java.awt.Graphics onScreenGraphics)
paintOnScreen
in class LyAbstractBooleanPanelManager
offScreenImage
- the offscreen image to paint on the onscreen contextonScreenGraphics
- the graphics context to paint the offscreen image onLyAbstractBooleanPanelManager.paintOnScreen(Image, Graphics)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |