A canonical implementation of the IStripeDefaults interface.
Implements
- I
Members
No filters for this type
Constructors
Properties
Gets or sets the defaults for labels at stripes.
Gets or sets the defaults for labels at stripes.
final
Implements
IStripeDefaults.labelsfinal
Property Value
The default minimum size of newly created stripes. Default value is 10
See Also
API
- minimumSize
Implements
IStripeDefaults.minimumSizeGets or sets the default padding for a stripe.
Gets or sets the default padding for a stripe.
The default is
(0,0,0,0)conversionfinal
Property Value
The default padding.
Implements
IStripeDefaults.paddingfinal
Implements
IStripeDefaults.shareStyleInstancefinal
Property Value
The default size of newly created stripe. Default value is 100
See Also
API
- size
Implements
IStripeDefaults.sizeGets or sets the style to use for stripes.
Gets or sets the style to use for stripes.
Depending on the setting of shareStyleInstance the getStyleInstance method should return a clone of this instance or the very same instance.
final
Implements
IStripeDefaults.styleMethods
Factory method that returns a style instance for use with newly created stripes.
Factory method that returns a style instance for use with newly created stripes.
Most implementations will yield either a clone of or the style property, if shareStyleInstance is enabled, but they might use more complicated logic, too.
Return Value
- IStripeStyle
- The style to use, which for most implementations is either a clone of or the style property, if shareStyleInstance is enabled.