com.sshtools.terminal
Class BackingStore
java.lang.Object
com.sshtools.terminal.BackingStore
public class BackingStore
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackingStore
public BackingStore(VDUDisplay display)
getImage
public java.awt.Image getImage()
- Returns:
- Returns the image.
getGraphics
public java.awt.Graphics getGraphics()
getRequestedHeight
public int getRequestedHeight()
- Returns:
- Returns the requestedHeight.
setRequestedHeight
public void setRequestedHeight(int requestedHeight)
- Parameters:
requestedHeight - The requestedHeight to set.
getRequestedWidth
public int getRequestedWidth()
- Returns:
- Returns the requestedWidth.
setRequestedWidth
public void setRequestedWidth(int requestedWidth)
- Parameters:
requestedWidth - The requestedWidth to set.
isValid
public boolean isValid()
- Returns:
create
public void create(java.awt.Dimension size,
java.awt.Component component)
- Parameters:
size -
invalidate
public void invalidate()
getRequestedSize
public java.awt.Dimension getRequestedSize()
paintBackgroundImage
public void paintBackgroundImage(java.awt.Graphics g)
setBackgroundImageType
public void setBackgroundImageType(int backgroundImageType)
setBackgroundImage
public void setBackgroundImage(java.awt.Image backgroundImage)
Copyright © 2003-2004 3SP LTD. All Rights Reserved.