Uses of Class
eu.webtoolkit.jwt.PaintDeviceFeatureFlag
-
Packages that use PaintDeviceFeatureFlag Package Description eu.webtoolkit.jwt -
-
Uses of PaintDeviceFeatureFlag in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return PaintDeviceFeatureFlag Modifier and Type Method Description static PaintDeviceFeatureFlagPaintDeviceFeatureFlag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PaintDeviceFeatureFlag[]PaintDeviceFeatureFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type PaintDeviceFeatureFlag Modifier and Type Method Description java.util.EnumSet<PaintDeviceFeatureFlag>WCanvasPaintDevice. getFeatures()java.util.EnumSet<PaintDeviceFeatureFlag>WMeasurePaintDevice. getFeatures()java.util.EnumSet<PaintDeviceFeatureFlag>WPaintDevice. getFeatures()Returns device features.java.util.EnumSet<PaintDeviceFeatureFlag>WPdfImage. getFeatures()java.util.EnumSet<PaintDeviceFeatureFlag>WRasterPaintDevice. getFeatures()java.util.EnumSet<PaintDeviceFeatureFlag>WSvgImage. getFeatures()java.util.EnumSet<PaintDeviceFeatureFlag>WVmlImage. getFeatures()
-