org.rosuda.javaGD
Interface GDContainer

All Known Implementing Classes:
GDCanvas, JGDBufferedPanel, JGDPanel

public interface GDContainer


Method Summary
 void add(org.rosuda.javaGD.GDObject o)
           
 void closeDisplay()
           
 int getDeviceNumber()
           
 Graphics getGraphics()
           
 org.rosuda.javaGD.GDState getGState()
           
 Dimension getSize()
           
 boolean prepareLocator(LocatorSync ls)
           
 void reset()
           
 void setDeviceNumber(int dn)
           
 void syncDisplay(boolean finish)
           
 

Method Detail

add

void add(org.rosuda.javaGD.GDObject o)

reset

void reset()

getGState

org.rosuda.javaGD.GDState getGState()

getGraphics

Graphics getGraphics()

prepareLocator

boolean prepareLocator(LocatorSync ls)

syncDisplay

void syncDisplay(boolean finish)

setDeviceNumber

void setDeviceNumber(int dn)

closeDisplay

void closeDisplay()

getDeviceNumber

int getDeviceNumber()

getSize

Dimension getSize()