public class SVGGraphicsConfiguration extends GraphicsConfiguration
SVGGraphics2D class.| Constructor and Description |
|---|
SVGGraphicsConfiguration(int width,
int height)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
createCompatibleImage(int width,
int height)
Creates a compatible image.n This override is only here to provide
support for Java 6 because from Java 7 onwards the super class has a
non-abstract implementation for this method.
|
VolatileImage |
createCompatibleVolatileImage(int width,
int height,
ImageCapabilities caps,
int transparency)
Returns a volatile image.
|
Rectangle |
getBounds()
Returns the bounds for this configuration.
|
ColorModel |
getColorModel()
Returns the color model for this configuration.
|
ColorModel |
getColorModel(int transparency)
Returns the color model for the specified transparency type, or
null. |
AffineTransform |
getDefaultTransform()
Returns the default transform.
|
GraphicsDevice |
getDevice()
Returns the graphics device that this configuration is associated with.
|
AffineTransform |
getNormalizingTransform()
Returns the normalizing transform.
|
createCompatibleImage, createCompatibleVolatileImage, createCompatibleVolatileImage, createCompatibleVolatileImage, getBufferCapabilities, getImageCapabilities, isTranslucencyCapablepublic SVGGraphicsConfiguration(int width,
int height)
width - the width of the bounds.height - the height of the bounds.public GraphicsDevice getDevice()
getDevice in class GraphicsConfigurationnull).public ColorModel getColorModel()
getColorModel in class GraphicsConfigurationpublic ColorModel getColorModel(int transparency)
null.getColorModel in class GraphicsConfigurationtransparency - the transparency type.null).public AffineTransform getDefaultTransform()
getDefaultTransform in class GraphicsConfigurationpublic AffineTransform getNormalizingTransform()
getNormalizingTransform in class GraphicsConfigurationpublic Rectangle getBounds()
getBounds in class GraphicsConfigurationpublic BufferedImage createCompatibleImage(int width, int height)
createCompatibleImage in class GraphicsConfigurationwidth - the width.height - the height.public VolatileImage createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency) throws AWTException
createCompatibleVolatileImage in class GraphicsConfigurationwidth - the image width.height - the image height.caps - the image capabilities.transparency - the transparency.AWTException - if there is a problem creating the image.Copyright © 2016. All rights reserved.