org.freehep.postscript
Class PanelDevice
java.lang.Object
org.freehep.postscript.PSDevice
org.freehep.postscript.PanelDevice
- All Implemented Interfaces:
- DSCEventListener
public class PanelDevice
- extends PSDevice
- Version:
- $Id: PanelDevice.java 8951 2006-09-12 21:44:14Z duns $
- Author:
- Mark Donszelmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PanelDevice
public PanelDevice(JPanel panel)
getWidth
public double getWidth()
- Specified by:
getWidth
in class PSDevice
getHeight
public double getHeight()
- Specified by:
getHeight
in class PSDevice
getDeviceTransform
public AffineTransform getDeviceTransform()
- Specified by:
getDeviceTransform
in class PSDevice
getDeviceGraphics
public Graphics getDeviceGraphics()
- Specified by:
getDeviceGraphics
in class PSDevice
getGraphics
public Graphics2D getGraphics()
- Overrides:
getGraphics
in class PSDevice
refresh
public void refresh()
- Specified by:
refresh
in class PSDevice
convertToImage
public BufferedImage convertToImage(int width,
int height)
- Specified by:
convertToImage
in class PSDevice
Copyright © 2000-2006 FreeHEP. All Rights Reserved.