Uses of Class
org.apache.xmlgraphics.java2d.AbstractGraphicsConfiguration
-
Packages that use AbstractGraphicsConfiguration Package Description org.apache.xmlgraphics.java2d Provides convenience base and utility classes for subclassing thejava.awt.Graphics2Dclass in order to translate Java 2D primitives into another graphic format. -
-
Uses of AbstractGraphicsConfiguration in org.apache.xmlgraphics.java2d
Subclasses of AbstractGraphicsConfiguration in org.apache.xmlgraphics.java2d Modifier and Type Class Description classGraphicsConfigurationWithoutTransparencyAn implementation ofGraphicsConfigurationthat does not support transparencies (alpha channels).classGraphicsConfigurationWithTransparencyAn implementation ofGraphicsConfigurationthat supports transparencies (alpha channels).
-