枚举类的使用
javax.swing.plaf.nimbus.AbstractRegionPainter.PaintContext.CacheMode
-
AbstractRegionPainter.PaintContext.CacheMode 在 javax.swing.plaf.nimbus 中的用法
修饰符和类型方法描述返回具有指定名称的此类的枚举常量。AbstractRegionPainter.PaintContext.CacheMode.values()返回一个数组,其中包含此枚举类的常量,按照它们声明的顺序排列。修饰符构造方法描述PaintContext(Insets insets, Dimension canvasSize, boolean inverted, AbstractRegionPainter.PaintContext.CacheMode cacheMode, double maxH, double maxV) 创建一个新的 PaintContext。