com.datamessenger.awt.graphics
Class ContextAdapter


java.lang.Object

  |

  +--com.datamessenger.awt.graphics.ContextAdapter


public class ContextAdapter
extends java.lang.Object
implements ContainerContext


Field Summary
protected  ContainerContext c
           
 int height
           
 int offsetx
           
 int offsety
           
 int width
           
 
Constructor Summary
ContextAdapter(ContainerContext c)
           
 
Method Summary
 java.awt.Rectangle getBounds()
           
 ColorScheme getColorScheme()
           
 java.awt.Component getComponent()
           
 java.awt.Font getFont()
           
 java.awt.Rectangle getLayoutBounds()
           
 void invalidate()
           
 void setBounds(java.awt.Rectangle rt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c


protected ContainerContext c

offsetx


public int offsetx

offsety


public int offsety

width


public int width

height


public int height
Constructor Detail

ContextAdapter


public ContextAdapter(ContainerContext c)
Method Detail

getBounds


public java.awt.Rectangle getBounds()

setBounds


public void setBounds(java.awt.Rectangle rt)

getLayoutBounds


public java.awt.Rectangle getLayoutBounds()
Specified by:
getLayoutBounds in interface ContainerContext

getFont


public java.awt.Font getFont()
Specified by:
getFont in interface ContainerContext

getColorScheme


public ColorScheme getColorScheme()
Specified by:
getColorScheme in interface ContainerContext

getComponent


public java.awt.Component getComponent()
Specified by:
getComponent in interface ContainerContext

invalidate


public void invalidate()
Specified by:
invalidate in interface ContainerContext


Comments, suggestions, and bug reports are welcomed and encouraged.
Please refer them to our support page. Thank you.

Copyright © 1999-2001 Produx House, Corp. All rights reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc.