public class PathInspectorSection extends Object implements IInspectorSection<SVGPathElementModel>
Modifier and Type | Field and Description |
---|---|
protected static Map<MetaModel<org.vectomatic.dom.svg.OMSVGPathSeg>,IInspectorSection<SVGSegModel>> |
metaModelToSection |
Constructor and Description |
---|
PathInspectorSection(ModelCategory<?> category) |
Modifier and Type | Method and Description |
---|---|
void |
bind(SVGPathElementModel model) |
com.extjs.gxt.ui.client.widget.Component |
getPanel() |
String |
toString() |
void |
unbind() |
protected static Map<MetaModel<org.vectomatic.dom.svg.OMSVGPathSeg>,IInspectorSection<SVGSegModel>> metaModelToSection
public PathInspectorSection(ModelCategory<?> category)
public com.extjs.gxt.ui.client.widget.Component getPanel()
getPanel
in interface IInspectorSection<SVGPathElementModel>
public void bind(SVGPathElementModel model)
bind
in interface IInspectorSection<SVGPathElementModel>
public void unbind()
unbind
in interface IInspectorSection<SVGPathElementModel>
Copyright © 2018. All Rights Reserved.