VeaR/JEllipse

pl.krakow.cmuj.bioinformatics.jellipse
Class ScreenShot

java.lang.Object
  extended by pl.krakow.cmuj.bioinformatics.jellipse.ScreenShot

public class ScreenShot
extends java.lang.Object


Field Summary
(package private)  net.java.games.jogl.GLEventListener glEvL
           
(package private)  jEllipse owner
           
(package private)  net.java.games.jogl.GLCapabilities pbCaps
           
(package private)  int pbufferHeight
           
(package private)  int pbufferWidth
           
(package private)  Screenshottable shottable
           
(package private)  java.lang.String subject
           
 
Constructor Summary
ScreenShot(jEllipse owner, net.java.games.jogl.GLEventListener glEvL)
          Creates a new instance of ScreenShoot
 
Method Summary
private  void take()
           
 void takeAndSaveAs(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

jEllipse owner

glEvL

net.java.games.jogl.GLEventListener glEvL

shottable

Screenshottable shottable

pbCaps

net.java.games.jogl.GLCapabilities pbCaps

pbufferWidth

int pbufferWidth

pbufferHeight

int pbufferHeight

subject

java.lang.String subject
Constructor Detail

ScreenShot

public ScreenShot(jEllipse owner,
                  net.java.games.jogl.GLEventListener glEvL)
Creates a new instance of ScreenShoot

Method Detail

take

private void take()

takeAndSaveAs

public void takeAndSaveAs(java.lang.String filename)

VeaR/JEllipse