Class StandardChartIOv4<T extends N2oStandardChart>
java.lang.Object
net.n2oapp.framework.config.io.widget.v4.charts.AbstractChartIOv4<T>
net.n2oapp.framework.config.io.widget.v4.charts.StandardChartIOv4<T>
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractChart>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,ChartIOv4
- Direct Known Subclasses:
AreaChartIOv4,BarChartIOv4,LineChartIOv4
@Component
public abstract class StandardChartIOv4<T extends N2oStandardChart>
extends AbstractChartIOv4<T>
Чтение/запись стандартного компонента диаграммы
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidio(org.jdom2.Element e, T c, IOProcessor p) protected voiditem(org.jdom2.Element e, N2oStandardChartItem i, IOProcessor p) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.config.io.widget.v4.charts.ChartIOv4
getBaseElementClass, getNamespace, getNamespaceUri, setNamespaceUriMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementNameMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix, setNamespacePrefix
-
Constructor Details
-
StandardChartIOv4
public StandardChartIOv4()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oStandardChart>- Overrides:
ioin classAbstractChartIOv4<T extends N2oStandardChart>
-
item
-