Class DataLabelsEnvelop<T>
- java.lang.Object
-
- org.pepstock.charba.client.commons.ImmutableEnvelop<T>
-
- org.pepstock.charba.client.datalabels.DataLabelsEnvelop<T>
-
- Type Parameters:
T
- type of envelop content.
- All Implemented Interfaces:
Envelop
public final class DataLabelsEnvelop<T> extends ImmutableEnvelop<T>
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
-
Methods inherited from class org.pepstock.charba.client.commons.ImmutableEnvelop
getContent, hasContent, isNullable
-
-