Uses of Enum Class
eu.webtoolkit.jwt.PainterChangeFlag
Packages that use PainterChangeFlag
-
Uses of PainterChangeFlag in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return PainterChangeFlagModifier and TypeMethodDescriptionstatic PainterChangeFlagReturns the enum constant of this class with the specified name.static PainterChangeFlag[]PainterChangeFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type PainterChangeFlagModifier and TypeMethodDescriptiondefault voidWPaintDevice.setChanged(PainterChangeFlag flag, PainterChangeFlag... flags) Indicates changes in painter state.voidWPdfImage.setChanged(PainterChangeFlag flag, PainterChangeFlag... flags) voidWRasterPaintDevice.setChanged(PainterChangeFlag flag, PainterChangeFlag... flags) Method parameters in eu.webtoolkit.jwt with type arguments of type PainterChangeFlagModifier and TypeMethodDescriptionvoidWCanvasPaintDevice.setChanged(EnumSet<PainterChangeFlag> flags) voidWMeasurePaintDevice.setChanged(EnumSet<PainterChangeFlag> flags) voidWPaintDevice.setChanged(EnumSet<PainterChangeFlag> flags) Indicates changes in painter state.voidWPdfImage.setChanged(EnumSet<PainterChangeFlag> flags) voidWRasterPaintDevice.setChanged(EnumSet<PainterChangeFlag> flags) voidWSvgImage.setChanged(EnumSet<PainterChangeFlag> flags) voidWVmlImage.setChanged(EnumSet<PainterChangeFlag> flags)