com.sshtools.terminal
Class BackingStore

java.lang.Object
  extended by com.sshtools.terminal.BackingStore

public class BackingStore
extends java.lang.Object


Constructor Summary
BackingStore(VDUDisplay display)
           
 
Method Summary
 void create(java.awt.Dimension size, java.awt.Component component)
           
 java.awt.Graphics getGraphics()
           
 java.awt.Image getImage()
           
 int getRequestedHeight()
           
 java.awt.Dimension getRequestedSize()
           
 int getRequestedWidth()
           
 void invalidate()
           
 boolean isValid()
           
 void paintBackgroundImage(java.awt.Graphics g)
           
 void setBackgroundImage(java.awt.Image backgroundImage)
           
 void setBackgroundImageType(int backgroundImageType)
           
 void setRequestedHeight(int requestedHeight)
           
 void setRequestedWidth(int requestedWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackingStore

public BackingStore(VDUDisplay display)
Method Detail

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-2009 SSHTOOLS LTD. All Rights Reserved.