C

StripeDefaults

A canonical implementation of the IStripeDefaults interface.
ImplementsInheritance Hierarchy

Members

No filters for this type

Constructors

Default constructor
This constructor sets the style to VOID_NODE_STYLE and the padding to EMPTY

Parameters

Properties

Gets or sets the defaults for labels at stripes.
final
Gets or sets the default minimum stripe size.
final

Property Value

The default minimum size of newly created stripes. Default value is 10

See Also

API
minimumSize
Gets or sets the default padding for a stripe.
The default is (0,0,0,0)
conversionfinal

Property Value

The default padding.
Gets or sets a value indicating whether the style instance should be shared referentially or cloned upon a call to getStyleInstance.
Gets or sets the default stripe size.
final

Property Value

The default size of newly created stripe. Default value is 100

See Also

API
size
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

Methods

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.