Modifier and Type | Method and Description |
---|---|
SVGModel |
SvgrealApp.getActiveModel() |
SVGModel |
SVGWindow.getSvgModel() |
Constructor and Description |
---|
SVGWindow(SVGModel svgModel)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected SVGModel |
GenericAddCommand.owner |
protected SVGModel |
GenericRemoveCommand.owner
The owner of the models to remove
|
Modifier and Type | Field and Description |
---|---|
protected SVGModel |
AddCommandFactoryBase.owner
The SVG model to which the element will be added
|
Modifier and Type | Field and Description |
---|---|
protected SVGModel |
ReorderCommand.owner
The owner of the models to move
|
Modifier and Type | Method and Description |
---|---|
static SVGModel |
SVGModel.newInstance(org.vectomatic.dom.svg.OMSVGSVGElement svg,
String title,
String idPrefix)
Factory method.
|
Modifier and Type | Method and Description |
---|---|
void |
Grid.attach(SVGModel svgModel) |
Modifier and Type | Field and Description |
---|---|
protected SVGModel |
SVGTreePanelDropTarget.svgModel |
protected SVGModel |
SVGTreePanelDragSource.svgModel |
Modifier and Type | Method and Description |
---|---|
SVGModel |
SVGTreePanelDropTarget.getSvgModel() |
SVGModel |
SVGTreePanelDragSource.getSvgModel() |
Modifier and Type | Field and Description |
---|---|
protected SVGModel |
SVGElementModel.owner
The SVG model which owns this element
|
Modifier and Type | Method and Description |
---|---|
SVGModel |
SVGElementModel.getOwner()
Returns the SVG model to which this model belongs
|
Modifier and Type | Method and Description |
---|---|
void |
SVGElementModel.setOwner(SVGModel owner)
Sets the SVG model to which this model belongs
|
Constructor and Description |
---|
SVGAnimatedPointsModelBase(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGElement element,
org.vectomatic.dom.svg.impl.SVGElement twin) |
SVGCircleElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGCircleElement element,
org.vectomatic.dom.svg.impl.SVGCircleElement twin) |
SVGElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGElement element,
org.vectomatic.dom.svg.impl.SVGElement twin) |
SVGEllipseElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGEllipseElement element,
org.vectomatic.dom.svg.impl.SVGEllipseElement twin) |
SVGGenericElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGElement element,
org.vectomatic.dom.svg.impl.SVGElement twin) |
SVGGenericTransformableModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGElement element,
org.vectomatic.dom.svg.impl.SVGElement twin) |
SVGImageElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGImageElement element,
org.vectomatic.dom.svg.impl.SVGImageElement twin) |
SVGLineElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGLineElement element,
org.vectomatic.dom.svg.impl.SVGLineElement twin) |
SVGNamedElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGElement element,
org.vectomatic.dom.svg.impl.SVGElement twin) |
SVGPathElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGPathElement element,
org.vectomatic.dom.svg.impl.SVGPathElement twin) |
SVGPolygonElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGPolygonElement element,
org.vectomatic.dom.svg.impl.SVGPolygonElement twin) |
SVGPolylineElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGPolylineElement element,
org.vectomatic.dom.svg.impl.SVGPolylineElement twin) |
SVGRectElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGRectElement element,
org.vectomatic.dom.svg.impl.SVGRectElement twin) |
SVGStyledElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGElement element,
org.vectomatic.dom.svg.impl.SVGElement twin) |
SVGUseElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGUseElement element,
org.vectomatic.dom.svg.impl.SVGUseElement twin) |
SVGViewBoxElementModel(SVGModel owner,
org.vectomatic.dom.svg.impl.SVGElement element,
org.vectomatic.dom.svg.impl.SVGElement twin) |
Copyright © 2018. All Rights Reserved.