Uses of Interface
org.jfree.util.PublicCloneable
-
Packages that use PublicCloneable Package Description org.jfree.base.config org.jfree.base.modules Module definitions:org.jfree.ui Utility classes for creating user interfaces. -
-
Uses of PublicCloneable in org.jfree.base.config
Classes in org.jfree.base.config that implement PublicCloneable Modifier and Type Class Description class
HierarchicalConfiguration
A hierarchical configuration.class
PropertyFileConfiguration
A report configuration that reads its values from an arbitary property file.class
SystemPropertyConfiguration
A property configuration based on system properties. -
Uses of PublicCloneable in org.jfree.base.modules
Classes in org.jfree.base.modules that implement PublicCloneable Modifier and Type Class Description static class
PackageManager.PackageConfiguration
The PackageConfiguration handles the module level configuration. -
Uses of PublicCloneable in org.jfree.ui
Classes in org.jfree.ui that implement PublicCloneable Modifier and Type Class Description class
Size2D
A simple class for representing the dimensions of an object.class
StandardGradientPaintTransformer
Transforms aGradientPaint
to range over the width of a target shape.
-