|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.GraphicsDevice
org.jfree.graphics2d.svg.SVGGraphicsDevice
public class SVGGraphicsDevice
A graphics device for JFreeSVG.
| Field Summary |
|---|
| Fields inherited from class java.awt.GraphicsDevice |
|---|
TYPE_IMAGE_BUFFER, TYPE_PRINTER, TYPE_RASTER_SCREEN |
| Constructor Summary | |
|---|---|
SVGGraphicsDevice(String id,
GraphicsConfiguration defaultConfig)
Creates a new instance. |
|
| Method Summary | |
|---|---|
GraphicsConfiguration[] |
getConfigurations()
Returns all configurations for this device. |
GraphicsConfiguration |
getDefaultConfiguration()
Returns the default configuration for this device. |
String |
getIDstring()
Returns the id string. |
int |
getType()
Returns the device type. |
| Methods inherited from class java.awt.GraphicsDevice |
|---|
getAvailableAcceleratedMemory, getBestConfiguration, getDisplayMode, getDisplayModes, getFullScreenWindow, isDisplayChangeSupported, isFullScreenSupported, setDisplayMode, setFullScreenWindow |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVGGraphicsDevice(String id,
GraphicsConfiguration defaultConfig)
id - the id.defaultConfig - the default configuration.| Method Detail |
|---|
public int getType()
getType in class GraphicsDevicepublic String getIDstring()
getIDstring in class GraphicsDevicepublic GraphicsConfiguration[] getConfigurations()
getConfigurations in class GraphicsDevicepublic GraphicsConfiguration getDefaultConfiguration()
getDefaultConfiguration in class GraphicsDevice
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||