Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

a() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
about() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
AboutDialog - Class in org.vectomatic.svg.edit.client
Application about dialog class
AboutDialog() - Constructor for class org.vectomatic.svg.edit.client.AboutDialog
 
aboutMenu() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
aboutMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
aboutText() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
AbsoluteLayerLayout - Class in org.vectomatic.svg.edit.client.gxt.layout
GXT layout class to implement a multilayer layout based on several CSS absolutely positionned divs with different z-indices.
AbsoluteLayerLayout() - Constructor for class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayout
 
AbsoluteLayerLayoutData - Class in org.vectomatic.svg.edit.client.gxt.layout
Class to position layers in containers which use AbsoluteLayerLayout.
AbsoluteLayerLayoutData(int, int, int, int, int, int) - Constructor for class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
Constructor
AbstractModel<U> - Class in org.vectomatic.svg.edit.client.model
Base class for GXT Model implementations which rely on a MetaModel to supply the model properties.
AbstractModel(U) - Constructor for class org.vectomatic.svg.edit.client.model.AbstractModel
 
accept(List<SVGElementModel>) - Method in interface org.vectomatic.svg.edit.client.command.IModelFilter
Returns true if the filter accepts the specified models, false otherwise
accept(List<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.MetaModelFilter
 
accessor - Variable in class org.vectomatic.svg.edit.client.model.JSMetadata
 
activate() - Method in class org.vectomatic.svg.edit.client.SVGWindow
 
ActivateWindowEvent - Class in org.vectomatic.svg.edit.client.event
Event to broadcast the activation of a window
ActivateWindowEvent(SVGWindow) - Constructor for class org.vectomatic.svg.edit.client.event.ActivateWindowEvent
 
ActivateWindowHandler - Interface in org.vectomatic.svg.edit.client.event
Handler class to monitor window activation
activeFontSize - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
activeItem - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
add(SVGElementModel, SVGElementModel) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Appends a model to the children of the specified model
add(ModelData) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Adds a child to the model and fires an ChangeEventSource.Add event.
addActivateWindowHandler(ActivateWindowHandler) - Method in interface org.vectomatic.svg.edit.client.event.HasActivateWindowHandlers
 
addActivateWindowHandler(ActivateWindowHandler) - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
addButton() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
addChangeListener(ChangeListener...) - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
addCircleCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addCircleCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addCircleCmdFactory2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addCircleCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
AddCircleCommandFactory - Class in org.vectomatic.svg.edit.client.command.add
Command factory to add new circles to the the SVG model.
AddCircleCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.add.AddCircleCommandFactory
 
addCloseHandler(CloseHandler<ColorEditor>) - Method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor
 
addCloseHandler(CloseHandler<DashArrayEditor>) - Method in class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
addCmd() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addCommand(ICommand) - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Adds a new command to the stack
AddCommandFactoryBase - Class in org.vectomatic.svg.edit.client.command.add
Base class for command factories which add elements to the model.
AddCommandFactoryBase() - Constructor for class org.vectomatic.svg.edit.client.command.add.AddCommandFactoryBase
 
addCommandFactoryChangeHandler(CommandFactorySelectorChangeHandler) - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
 
addCommandFactoryChangeHandler(CommandFactorySelectorChangeHandler) - Method in interface org.vectomatic.svg.edit.client.event.HasCommandFactorySelectorChangeHandlers
 
addDash() - Method in class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
addDashArray() - Method in class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
addDashArrayTip() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
addDashTip() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
addDeactivateWindowHandler(DeactivateWindowHandler) - Method in interface org.vectomatic.svg.edit.client.event.HasDeactivateWindowHandlers
 
addDeactivateWindowHandler(DeactivateWindowHandler) - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
addDragEnterHandler(DragEnterHandler) - Method in class org.vectomatic.svg.edit.client.gxt.widget.ViewportExt
 
addDragLeaveHandler(DragLeaveHandler) - Method in class org.vectomatic.svg.edit.client.gxt.widget.ViewportExt
 
addDragListener(DragListener) - Method in class com.extjs.gxt.ui.client.fx.Draggable
Adds a listener to receive drag events.
addDragOverHandler(DragOverHandler) - Method in class org.vectomatic.svg.edit.client.gxt.widget.ViewportExt
 
addDropHandler(DropHandler) - Method in class org.vectomatic.svg.edit.client.gxt.widget.ViewportExt
 
addEllipseCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addEllipseCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addEllipseCmdFactory2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addEllipseCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
AddEllipseCommandFactory - Class in org.vectomatic.svg.edit.client.command.add
Command factory to add new ellipses to the the SVG model.
AddEllipseCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.add.AddEllipseCommandFactory
 
addEventsSunk(int) - Method in class com.extjs.gxt.ui.client.core.El
Adds the event type to the element's sunk events.
addGroupCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addGroupCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
AddGroupCommandFactory - Class in org.vectomatic.svg.edit.client.command.add
Command factory to add new groups to the the SVG model.
AddGroupCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.add.AddGroupCommandFactory
 
addInitializeHandler(InitializeHandler) - Method in class org.vectomatic.svg.edit.client.utils.ImageLoader
 
addLineCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addLineCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addLineCmdFactory2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addLineCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
AddLineCommandFactory - Class in org.vectomatic.svg.edit.client.command.add
Command factory to add new lines to the the SVG model.
AddLineCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.add.AddLineCommandFactory
 
addLoadHandler(LoadHandler) - Method in class org.vectomatic.svg.edit.client.utils.SimpleImage
 
addMetadata(MetadataBase<?, U>) - Method in class org.vectomatic.svg.edit.client.model.ModelCategory
 
addPathCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryCubicCp1a() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryCubicCp1b() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryCubicCp1First() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryCubicCp2a() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryCubicCp2b() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryLineFirst() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryLineP2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryMove() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryQuadraticCp1a() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryQuadraticCp1b() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryQuadraticCp1First() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPathCmdFactoryQuadraticP2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
AddPathCommandFactory - Class in org.vectomatic.svg.edit.client.command.add
Command factory to add new paths to the the SVG model.
AddPathCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
addPoint() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
addPointButton() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPolygonCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPolygonCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPolygonCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
AddPolygonCommandFactory - Class in org.vectomatic.svg.edit.client.command.add
Command factory to add new polygons to the the SVG model.
AddPolygonCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.add.AddPolygonCommandFactory
 
addPolylineCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPolylineCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addPolylineCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
AddPolylineCommandFactory - Class in org.vectomatic.svg.edit.client.command.add
Command factory to add new polylines to the the SVG model.
AddPolylineCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.add.AddPolylineCommandFactory
 
addRectCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addRectCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addRectCmdFactory2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addRectCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
AddRectCommandFactory - Class in org.vectomatic.svg.edit.client.command.add
Command factory to add new rects to the SVG model.
AddRectCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.add.AddRectCommandFactory
 
addRotationHandler(RotationHandler) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
addRotationHandler(RotationHandler) - Method in interface org.vectomatic.svg.edit.client.event.HasRotationHandlers
 
addRotationHandler(RotationHandler) - Method in class org.vectomatic.svg.edit.client.gxt.widget.Compass
 
addScalingHandler(ScalingHandler) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
addScalingHandler(ScalingHandler) - Method in interface org.vectomatic.svg.edit.client.event.HasScalingHandlers
 
addSegmentButton() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
addSelectionChangedListener(SelectionChangedListener<D>) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
addStyleName(String...) - Method in class com.extjs.gxt.ui.client.core.El
Adds the style name to the element.
addUnits(String, String) - Static method in class com.extjs.gxt.ui.client.core.El
Tests to see if the value has units, otherwise appends the default (px).
addValueChangeHandler(ValueChangeHandler<Size>) - Method in class org.vectomatic.svg.edit.client.gxt.form.ImageHrefField
 
addValueChangeHandler(ValueChangeHandler<OMSVGPaint>) - Method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor
 
addValueChangeHandler(ValueChangeHandler<DashArray>) - Method in class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
addWindow(OMSVGSVGElement, ILoadRequest) - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
adjustForConstraints(Point) - Method in class com.extjs.gxt.ui.client.core.El
Ensures the element is within the browser viewport.
adjustInputSize() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
adopt(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
adopt(SVGElementModel, boolean) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
afterDrag() - Method in class com.extjs.gxt.ui.client.fx.Draggable
 
afterRender() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
afterRender() - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
afterRender() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
afterRender() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGButton
 
alignTo(Element, String, int[]) - Method in class com.extjs.gxt.ui.client.core.El
Aligns the element with another element relative to the specified anchor points.
allowed - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
altGlyph() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
altGlyphDef() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
altGlyphItem() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
angle - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The current scaling the xform group and twin group
angle - Variable in class org.vectomatic.svg.edit.client.gxt.widget.Compass
 
animate() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
animateColor() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
animatedPointSelected() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
animatedPointsGeometryManipulator() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
animatedPointUnselected() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
animateMotion() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
animateTransform() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
AppBundle - Interface in org.vectomatic.svg.edit.client
Application resource bundle class
AppConstants - Interface in org.vectomatic.svg.edit.client
NLS constants definition class
AppCss - Interface in org.vectomatic.svg.edit.client
CSS definition class
appendChild(Element) - Method in class com.extjs.gxt.ui.client.core.El
Appends a element.
appendItem - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
appendPoint() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
 
appendSegment(SVGSegRep) - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
Appends a new segment to the list.
appendSegment(SVGSegModel, SVGSegRep) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
appendSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
applyCssContextStyle(SVGElement) - Method in class org.vectomatic.svg.edit.client.command.add.AddCommandFactoryBase
 
applyFilters(String) - Method in class org.vectomatic.svg.edit.client.command.CommandStore
 
applyStyles(String) - Method in class com.extjs.gxt.ui.client.core.El
More flexible version of El.setStyleAttribute(java.lang.String, java.lang.Object) for setting style properties.
applyTo(Image) - Method in class org.vectomatic.svg.edit.client.utils.SimpleImagePrototype
 
AppMessages - Interface in org.vectomatic.svg.edit.client
NLS messages definition class
args - Variable in class org.vectomatic.svg.edit.client.model.ValidationError
Args of the error message
asModel() - Method in class org.vectomatic.svg.edit.client.command.dnd.CloneCommand
 
asModel() - Method in class org.vectomatic.svg.edit.client.command.dnd.CopyCommand
 
asModel() - Method in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
 
asModel() - Method in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
 
asModel() - Method in class org.vectomatic.svg.edit.client.command.EditTransformCommand
 
asModel() - Method in class org.vectomatic.svg.edit.client.command.GenericAddCommand
 
asModel() - Method in class org.vectomatic.svg.edit.client.command.GenericEditCommand
 
asModel() - Method in class org.vectomatic.svg.edit.client.command.GenericRemoveCommand
 
asModel() - Method in interface org.vectomatic.svg.edit.client.command.ICommand
Returns a BeanModel wrapping this command
attach(SVGModel) - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
AttrMetadata - Class in org.vectomatic.svg.edit.client.model
Metadata class based on DOM attributes
AttrMetadata(String, String, IFieldFactory, String, IFactoryInstantiator<?>, IValidator<String, SVGElement>) - Constructor for class org.vectomatic.svg.edit.client.model.AttrMetadata
 
attrName - Variable in class org.vectomatic.svg.edit.client.model.AttrMetadata
 

B

backcolor - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
bbox - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The bounding box of the manipulated element
bind(ModelData) - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Binds the model and field.
bind(Component, Store) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
Binds this manipulator to the specified SVG circle.
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
Binds this manipulator to the specified SVG ellipse.
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
Binds this manipulator to the specified SVG rect.
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
Binds this manipulator to the specified SVG line.
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
Binds this manipulator to the specified SVG element.
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
Binds this manipulator to the specified SVG rect.
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
Binds this manipulator to the specified ISVGAnimatedPoints instance.
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
Binds this manipulator to the specified transformable SVG element.
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
Binds this manipulator to the specified SVG rect.
bind(Record) - Method in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
Binds this manipulator to the specified SVG rect.
bind(ModelData) - Method in class org.vectomatic.svg.edit.client.gxt.binding.DashArrayFieldBinding
 
bind(ModelData) - Method in class org.vectomatic.svg.edit.client.gxt.binding.DelayedBindingBase
 
bind(ModelData) - Method in class org.vectomatic.svg.edit.client.gxt.binding.FloatSliderFieldBinding
 
bind(ModelData) - Method in class org.vectomatic.svg.edit.client.gxt.binding.ImageHrefFieldBinding
 
bind(ModelData) - Method in class org.vectomatic.svg.edit.client.gxt.binding.PaintFieldBinding
 
bind(ModelData) - Method in class org.vectomatic.svg.edit.client.gxt.binding.SpinnerFieldExtBinding
 
bind(ModelData) - Method in class org.vectomatic.svg.edit.client.gxt.binding.SVGLengthFieldBinding
 
bind(Component) - Method in class org.vectomatic.svg.edit.client.gxt.widget.KeyNavExt
Binds the key nav to the component.
bind(M) - Method in class org.vectomatic.svg.edit.client.inspector.FormInspectorSection
 
bind(M) - Method in interface org.vectomatic.svg.edit.client.inspector.IInspectorSection
 
bind(M) - Method in class org.vectomatic.svg.edit.client.inspector.Inspector
 
bind(SVGPathElementModel) - Method in class org.vectomatic.svg.edit.client.inspector.PathInspectorSection
 
bind(SVGAnimatedPointsModelBase) - Method in class org.vectomatic.svg.edit.client.inspector.SVGPointsInspectorSection
 
blink(FxConfig) - Method in class com.extjs.gxt.ui.client.core.El
Blinks the element.
blue() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
blur() - Method in class com.extjs.gxt.ui.client.core.El
Removes focus.
BlurComboBox<D extends com.extjs.gxt.ui.client.data.ModelData> - Class in org.vectomatic.svg.edit.client.gxt.widget
Combo box class to make it easier for the end-user to cause the combo box to blur.
BlurComboBox() - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.BlurComboBox
 
bold - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
bottomRightHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
The bottom right corner editor handle
bottomRightHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
The bottom right corner editor handle
bottomRightHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
The bottom right corner editor handle
bottomRightHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
The bottom right corner editor handle
boxWrap(String) - Method in class com.extjs.gxt.ui.client.core.El
Wraps the specified element with a special markup/CSS block.
btnListener - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 

C

c - Variable in class org.vectomatic.svg.edit.client.command.add.AddCircleCommandFactory
The circle center
c - Variable in class org.vectomatic.svg.edit.client.command.add.AddEllipseCommandFactory
The ellipse center
cancelButton() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
cancelDrag() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Cancels the drag if running.
canInsertPoint() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
Returns true if a point can be inserted.
canInsertSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
Returns true if a segment can be inserted.
canRedo() - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Returns true if the command stack contains a command which can be redone false otherwise.
canRemoveSelectedPoints() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
Returns true if the selected points can be removed from this ISVGAnimatedPoints.
canRemoveSelectedSegments() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
canUndo() - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Returns true if the command stack contains a command which can be undone false otherwise.
canvas - Variable in class org.vectomatic.svg.edit.client.utils.DecoratedImageCache
A canvas to create the decorated images
category - Variable in class org.vectomatic.svg.edit.client.model.MetadataBase
 
center() - Method in class com.extjs.gxt.ui.client.core.El
Centers the element in the viewport.
center(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Centers the element.
center(Element) - Method in class com.extjs.gxt.ui.client.core.El
Centers an element.
changeEventSupport - Variable in class org.vectomatic.svg.edit.client.model.AbstractModel
To implement ChangeEventSource
CHECKBOX_FACTORY - Static variable in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 
chess() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
child(String) - Method in class com.extjs.gxt.ui.client.core.El
Selects a single child at any depth below this element based on the passed CSS selector.
childElement(String) - Method in class com.extjs.gxt.ui.client.core.El
Selects a single child at any depth below this element based on the passed CSS selector.
childNode(int) - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's child.
children - Variable in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
The model's children.
chslider() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
chsliderSliding() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
circle() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
circle - Variable in class org.vectomatic.svg.edit.client.command.add.AddCircleCommandFactory
The new circle element
circle() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
circleCx() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
circleCy() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
circleGeometryManipulator() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
circleR() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
clear() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
clearButton() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
clearCssPropertyFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
clearCssPropertyFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
clearFilters() - Method in class org.vectomatic.svg.edit.client.command.CommandStore
 
clearOpacity() - Method in class com.extjs.gxt.ui.client.core.El
Clears the set opacity correctly.
clearStyles(DNDEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
click() - Method in class com.extjs.gxt.ui.client.core.El
Generators a native dom click on the element.
clip() - Method in class com.extjs.gxt.ui.client.core.El
Clips overflow on the element.
clipPath() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
clone(SVGElementModel, String) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Recursively clones the specified model.
CloneCommand - Class in org.vectomatic.svg.edit.client.command.dnd
Class to represent a tree cloning command
CloneCommand(List<SVGElementModel>, SVGElementModel, DndCommandFactory.DropGesture) - Constructor for class org.vectomatic.svg.edit.client.command.dnd.CloneCommand
 
cloneNode(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Clones the element.
clones - Variable in class org.vectomatic.svg.edit.client.command.dnd.CloneCommand
The cloned models, unsorted
clones - Variable in class org.vectomatic.svg.edit.client.command.dnd.CopyCommand
The cloned models, unsorted
closeButton() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
closed() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
closeSeg - Variable in class org.vectomatic.svg.edit.client.command.path.SVGCloseSegRep
The close component of this path segment
closeWindow(SVGWindow) - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
closeWindowMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
collapse(TreePanel.TreeNode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
colorEditor() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
ColorEditor - Class in org.vectomatic.svg.edit.client.gxt.panels
Window class to implement a gimp-like color editor
ColorEditor() - Constructor for class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor
 
ColorEditor.NamedColor - Class in org.vectomatic.svg.edit.client.gxt.panels
 
colorProfile() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
com.extjs.gxt.ui.client.binding - package com.extjs.gxt.ui.client.binding
Form data binding.
com.extjs.gxt.ui.client.core - package com.extjs.gxt.ui.client.core
Core utilities.
com.extjs.gxt.ui.client.fx - package com.extjs.gxt.ui.client.fx
Classes for animation effects, resizing and dragging widgets.
com.extjs.gxt.ui.client.widget.form - package com.extjs.gxt.ui.client.widget.form
FormPanel and form components.
com.extjs.gxt.ui.client.widget.treepanel - package com.extjs.gxt.ui.client.widget.treepanel
TreePanel and related classes.
ComboBoxFieldFactory(ComboStore) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.ComboBoxFieldFactory
 
ComboStore - Class in org.vectomatic.svg.edit.client.model.svg
 
ComboStore(String[], String[]) - Constructor for class org.vectomatic.svg.edit.client.model.svg.ComboStore
 
ComboStore(String[], String[], ImageResource[]) - Constructor for class org.vectomatic.svg.edit.client.model.svg.ComboStore
 
CommandBase - Class in org.vectomatic.svg.edit.client.command
Base class for commands.
CommandBase(ICommandFactory) - Constructor for class org.vectomatic.svg.edit.client.command.CommandBase
 
CommandFactories - Class in org.vectomatic.svg.edit.client.command
Class to list all the command factories available in the application
CommandFactories() - Constructor for class org.vectomatic.svg.edit.client.command.CommandFactories
 
CommandFactoryBase - Class in org.vectomatic.svg.edit.client.command
Base class for command factories
CommandFactoryBase() - Constructor for class org.vectomatic.svg.edit.client.command.CommandFactoryBase
 
CommandFactoryMenuItem - Class in org.vectomatic.svg.edit.client.gxt.widget
Menu item class for menu items in the command factory menu.
CommandFactoryMenuItem(IFactoryInstantiator<?>) - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.CommandFactoryMenuItem
 
CommandFactorySelector - Class in org.vectomatic.svg.edit.client.command
Class to manage the command factories and their lifecycle.
CommandFactorySelector() - Constructor for class org.vectomatic.svg.edit.client.command.CommandFactorySelector
 
CommandFactorySelectorChangeEvent - Class in org.vectomatic.svg.edit.client.event
Event emitted when the command factory selector changes
CommandFactorySelectorChangeEvent(ICommandFactory) - Constructor for class org.vectomatic.svg.edit.client.event.CommandFactorySelectorChangeEvent
 
CommandFactorySelectorChangeHandler - Interface in org.vectomatic.svg.edit.client.event
Handler class for command factory selector change events
CommandFactoryToolBar - Class in org.vectomatic.svg.edit.client.gxt.panels
Class to manage the command toolbar displayed at the bottom of the screen.
CommandFactoryToolBar(ListStore<IFactoryInstantiator<?>>, CommandFactorySelector) - Constructor for class org.vectomatic.svg.edit.client.gxt.panels.CommandFactoryToolBar
 
CommandStore - Class in org.vectomatic.svg.edit.client.command
Class to represent the stack of commands which have been applied to an SVG model to edit it.
CommandStore() - Constructor for class org.vectomatic.svg.edit.client.command.CommandStore
 
commandStore - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The Store which contains this model commands
commandWindow() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
commit() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
commit() - Method in class org.vectomatic.svg.edit.client.command.dnd.CloneCommand
 
commit() - Method in class org.vectomatic.svg.edit.client.command.dnd.CopyCommand
 
commit() - Method in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
 
commit() - Method in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
 
commit() - Method in class org.vectomatic.svg.edit.client.command.GenericAddCommand
 
commit() - Method in class org.vectomatic.svg.edit.client.command.GenericEditCommand
 
commit() - Method in class org.vectomatic.svg.edit.client.command.GenericRemoveCommand
 
commit() - Method in interface org.vectomatic.svg.edit.client.command.ICommand
Applies the modification represented by this command to the model
commitButton() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
commitChanges() - Method in class org.vectomatic.svg.edit.client.gxt.binding.DelayedBindingBase
 
compareTo(DashArray) - Method in class org.vectomatic.svg.edit.client.model.svg.DashArray
Compare two dash arrays.
compass() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
compass() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
Compass - Class in org.vectomatic.svg.edit.client.gxt.widget
An compass widget implemented using an SVG image.
Compass() - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.Compass
Constructor.
compass - Variable in class org.vectomatic.svg.edit.client.gxt.widget.Compass
 
compass - Variable in class org.vectomatic.svg.edit.client.SVGWindow
The SVG rotation compass
compassContainer() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
computeSeverity() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Computes the severity of this model.
conHeight - Variable in class com.extjs.gxt.ui.client.fx.Draggable
 
constants - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
consumeEvent() - Method in enum org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator.Mode
 
consumeEvent() - Method in enum org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator.Mode
 
consumeEvent() - Method in enum org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator.Mode
 
consumeEvent() - Method in enum org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator.Mode
 
consumeEvent() - Method in enum org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator.Mode
 
consumeEvent() - Method in enum org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator.Mode
 
consumeEvent() - Method in enum org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator.Mode
 
consumeEvent() - Method in enum org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator.Mode
 
consumeEvent() - Method in enum org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator.Mode
 
contains(SVGElement) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Return true if the specified SVG element is part of this model
contextMenu - Variable in class org.vectomatic.svg.edit.client.SVGWindow
The contextual menu
convert(SVGElement) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Generates a model around an overlay type node
converter - Variable in class org.vectomatic.svg.edit.client.model.CssMetadata
 
conWidth - Variable in class com.extjs.gxt.ui.client.fx.Draggable
 
conX - Variable in class com.extjs.gxt.ui.client.fx.Draggable
 
conY - Variable in class com.extjs.gxt.ui.client.fx.Draggable
 
CopyCommand - Class in org.vectomatic.svg.edit.client.command.dnd
Class to represent a svg model to svg model command
CopyCommand(List<SVGElementModel>, SVGElementModel, DndCommandFactory.DropGesture, String) - Constructor for class org.vectomatic.svg.edit.client.command.dnd.CopyCommand
 
copyOf() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
cp - Variable in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
cp1 - Variable in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
cp2 - Variable in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
create() - Method in interface org.vectomatic.svg.edit.client.command.IFactoryInstantiator
Create a new ICommandFactory instance
create(Node, Node) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
createButton(AbstractImagePrototype, String, String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
createChild(String) - Method in class com.extjs.gxt.ui.client.core.El
Creates and adds a child using the HTML fragment.
createChild(String, Element) - Method in class com.extjs.gxt.ui.client.core.El
Creates and inserts a child using the HTML fragment.
createColor(String) - Static method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor.NamedColor
 
createColorButton(AbstractImagePrototype, String, String, Listener<ComponentEvent>) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
createCommand(OMSVGElement) - Method in class org.vectomatic.svg.edit.client.command.add.AddCommandFactoryBase
 
createCommand(SVGElementModel, Map<String, Object>) - Method in class org.vectomatic.svg.edit.client.command.EditCommandFactoryBase
 
createCommand(SVGElementModel, Map<String, Object>) - Method in class org.vectomatic.svg.edit.client.command.EditGeometryCommandFactory
 
createCommand(SVGElementModel, Map<String, Object>) - Method in class org.vectomatic.svg.edit.client.command.EditImageHrefCommandFactory
 
createCommand(SVGElementModel, Map<String, Object>) - Method in class org.vectomatic.svg.edit.client.command.EditTitleCommandFactory
 
createCommand(SVGElementModel, Map<String, Object>) - Method in class org.vectomatic.svg.edit.client.command.EditTransformCommandFactory
 
createCommand(SVGElementModel, Map<String, Object>) - Method in class org.vectomatic.svg.edit.client.command.GenericEditCommandFactory
 
createCommands(List<SVGElementModel>, SVGElementModel, DndCommandFactory.DropGesture) - Method in class org.vectomatic.svg.edit.client.command.dnd.DndCopyHandler
 
createCommands(List<SVGElementModel>, SVGElementModel, DndCommandFactory.DropGesture) - Method in class org.vectomatic.svg.edit.client.command.dnd.DndLinkHandler
 
createCommands(List<SVGElementModel>, SVGElementModel, DndCommandFactory.DropGesture) - Method in class org.vectomatic.svg.edit.client.command.dnd.DndMoveHandler
 
createCommands(List<SVGElementModel>, SVGElementModel, DndCommandFactory.DropGesture) - Method in interface org.vectomatic.svg.edit.client.command.dnd.IDndHandler
Creates the commands which represent the drag and drop operation
createElement() - Method in class org.vectomatic.svg.edit.client.utils.SimpleImagePrototype
 
createField(IMetadata<?, ?>) - Method in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.ComboBoxFieldFactory
 
createField(IMetadata<?, ?>) - Method in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.CssFieldFactory
 
createField(IMetadata<?, ?>) - Method in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.HSliderFieldFactory
 
createField(IMetadata<?, ?>) - Method in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.SvgLengthFieldFactory
 
createField(IMetadata<?, ?>) - Method in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.ToggleGroupFieldFactory
 
createField(IMetadata<?, ?>) - Method in interface org.vectomatic.svg.edit.client.model.IFieldFactory
 
createField(IMetadata<?, ?>) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPathSegType
 
createFieldBindings(FormPanel, FormBinding) - Static method in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 
createImage() - Method in class org.vectomatic.svg.edit.client.utils.SimpleImagePrototype
 
createNextSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCloseSegModel
 
createNextSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCubicSegModel
 
createNextSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGLineSegModel
 
createNextSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGMoveSegModel
 
createNextSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGQuadraticSegModel
 
createNextSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
Adds a segment to the model.
createProxy() - Method in class com.extjs.gxt.ui.client.fx.Draggable
 
createSection(ModelCategory<?>) - Method in class org.vectomatic.svg.edit.client.inspector.GenericSectionFactory
 
createSection(ModelCategory<?>) - Method in interface org.vectomatic.svg.edit.client.inspector.IInspectorSectionFactory
 
createSection(ModelCategory) - Method in class org.vectomatic.svg.edit.client.inspector.ManipulatorSectionFactory
 
createSection(ModelCategory<?>) - Method in class org.vectomatic.svg.edit.client.inspector.PathSectionFactory
 
createSection(ModelCategory<?>) - Method in class org.vectomatic.svg.edit.client.inspector.SVGPointsSectionFactory
 
createStrokeFillCategory(String[]) - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGStyledElementModel
 
createTitleDesc(SVGElement, String) - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGNamedElementModel
Ensures the specified element has a title and a desc.
createToggleButton(AbstractImagePrototype, String, String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
css() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
CSS_TEXT_PROPERTY - Static variable in class org.vectomatic.svg.edit.client.model.svg.DashArray.Dash
 
CssContainer - Class in org.vectomatic.svg.edit.client.gxt.form
Class to create a composite widget dedicated to editing CSS properties (a widget for CSS value plus a button to reset the value to its default)
CssContainer(CssMetadata<?>, Component) - Constructor for class org.vectomatic.svg.edit.client.gxt.form.CssContainer
 
CssContextModel - Class in org.vectomatic.svg.edit.client.model.svg
Class to model the Css graphic context (the set of CSS properties used to instantiate new SVG element models)
CssContextModel(SVGElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.CssContextModel
 
CssFieldFactory(IFieldFactory) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.CssFieldFactory
 
CssMetadata<T> - Class in org.vectomatic.svg.edit.client.model
Metadata class based on CSS properties
CssMetadata(String, String, IFieldFactory, IConverter<String, T>, T, IFactoryInstantiator<?>, IValidator<T, SVGElement>) - Constructor for class org.vectomatic.svg.edit.client.model.CssMetadata
 
ctrlPressed - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
True if the ctrl key is pressed, false otherwise
ctx - Variable in class org.vectomatic.svg.edit.client.utils.DecoratedImageCache
The canvas context
cubicToSeg - Variable in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
currentValue - Variable in class org.vectomatic.svg.edit.client.gxt.binding.DelayedBindingBase
 
cursor() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
cvslider() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
cvsliderSliding() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 

D

danglingSegment - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
The segment current being edited by the end-user, but not yet finished
danglingSegment() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
Dash(OMCSSPrimitiveValue) - Constructor for class org.vectomatic.svg.edit.client.model.svg.DashArray.Dash
 
dashArray - Variable in class org.vectomatic.svg.edit.client.gxt.widget.DashArrayCell
 
DashArray - Class in org.vectomatic.svg.edit.client.model.svg
Class to represent a stroke-dasharray value
DashArray() - Constructor for class org.vectomatic.svg.edit.client.model.svg.DashArray
 
DashArray.Dash - Class in org.vectomatic.svg.edit.client.model.svg
 
DASHARRAY_FIELD_FACTORY - Static variable in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 
dasharrayCell() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
DashArrayCell - Class in org.vectomatic.svg.edit.client.gxt.widget
Widget to display a dash-array value
DashArrayCell() - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.DashArrayCell
 
dashArrayEditor() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
DashArrayEditor - Class in org.vectomatic.svg.edit.client.gxt.panels
Window class to implement a dash pattern editor
DashArrayEditor() - Constructor for class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
DashArrayField - Class in org.vectomatic.svg.edit.client.gxt.form
Field subclass to edit DashArray values
DashArrayField() - Constructor for class org.vectomatic.svg.edit.client.gxt.form.DashArrayField
 
DashArrayFieldBinding - Class in org.vectomatic.svg.edit.client.gxt.binding
Binds a DashArrayField with a CSS property of an SVGStyleElementModel.
DashArrayFieldBinding(DashArrayField, String) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.DashArrayFieldBinding
 
dashArrayLabel() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
dashArraysLabel() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
DashArrayStore - Class in org.vectomatic.svg.edit.client.model.svg
Class to contain dash array patterns for the application
DashArrayStore() - Constructor for class org.vectomatic.svg.edit.client.model.svg.DashArrayStore
 
dashUnit() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
dashValue() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
data - Variable in class org.vectomatic.svg.edit.client.utils.SimpleImagePrototype
 
deactivate() - Method in class org.vectomatic.svg.edit.client.SVGWindow
 
DeactivateWindowEvent - Class in org.vectomatic.svg.edit.client.event
Event to broadcast the deactivation of a window
DeactivateWindowEvent(SVGWindow) - Constructor for class org.vectomatic.svg.edit.client.event.DeactivateWindowEvent
 
DeactivateWindowHandler - Interface in org.vectomatic.svg.edit.client.event
Handler class to monitor window deactivation
decimalSeparator - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
decompose(ISVGTransformable) - Static method in class org.vectomatic.svg.edit.client.model.svg.Transformation
 
decomposition - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The current transformed, decomposed as a matrix product of the form T.S.R.Tinv
decorate(SimpleImage, SimpleImage, DecoratedImageCache.HAlign, DecoratedImageCache.VAlign) - Method in class org.vectomatic.svg.edit.client.utils.DecoratedImageCache
Decorates the specified image
DecoratedImageCache - Class in org.vectomatic.svg.edit.client.utils
Class to create and cache images decorated by other images (typically, an image representing an object decorated by a image representing this object's status, à la eclipse)
DecoratedImageCache(Map<ImageResource, SimpleImage>) - Constructor for class org.vectomatic.svg.edit.client.utils.DecoratedImageCache
Constructor
DecoratedImageCache.HAlign - Enum in org.vectomatic.svg.edit.client.utils
Horizontal alignment of the decoration image
DecoratedImageCache.StoreKey - Class in org.vectomatic.svg.edit.client.utils
Composite key class for entries in the cache
DecoratedImageCache.VAlign - Enum in org.vectomatic.svg.edit.client.utils
Vertical alignment of the decoration image
decreasefontsize - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
defaultValue - Variable in class org.vectomatic.svg.edit.client.model.CssMetadata
 
definitionElementNames - Static variable in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Tag names of definition elements which contain graphical elements but are not displayed directly
defs() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
DelayedBindingBase - Class in org.vectomatic.svg.edit.client.gxt.binding
Base class for bindings which do not immediately commit their value to the model when the field is changed
DelayedBindingBase(Field<?>, String) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.DelayedBindingBase
 
delta - Variable in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
Vector from the mousedown point to the manipulator handle hotspot
delta - Variable in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
Vector from the mousedown point to the manipulator handle hotspot
delta - Variable in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
Vector from the mousedown point to the manipulator handle hotspot
delta - Variable in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
Vector from the mousedown point to the manipulator handle hotspot
delta - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
Vector from the mousedown point to the manipulator handle hotspot
delta - Variable in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
Vector from the mousedown point to the manipulator handle hotspot
delta - Variable in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
Vector from the mousedown point to the manipulator handle hotspot
dereference(String) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
desc() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
desc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
description - Variable in class org.vectomatic.svg.edit.client.command.dnd.CopyCommand
The command description
description - Variable in class org.vectomatic.svg.edit.client.command.GenericEditCommand
 
description - Variable in class org.vectomatic.svg.edit.client.command.GenericRemoveCommand
The command description
DESCRIPTION - Static variable in interface org.vectomatic.svg.edit.client.command.ICommand
 
DESCRIPTION - Static variable in interface org.vectomatic.svg.edit.client.command.IFactoryInstantiator
 
description - Variable in class org.vectomatic.svg.edit.client.model.MetadataBase
 
destToSource(D) - Method in interface org.vectomatic.svg.edit.client.model.IConverter
 
disable() - Method in class com.extjs.gxt.ui.client.core.El
Disables the element.
disable() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
disableContextMenu(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Enables and disables the browsers default context menu for the specified element.A circular reference will be created when disabling text selection.
disableTextSelection(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Enables or disables text selection for the element.
dispatch(ActivateWindowHandler) - Method in class org.vectomatic.svg.edit.client.event.ActivateWindowEvent
 
dispatch(CommandFactorySelectorChangeHandler) - Method in class org.vectomatic.svg.edit.client.event.CommandFactorySelectorChangeEvent
 
dispatch(DeactivateWindowHandler) - Method in class org.vectomatic.svg.edit.client.event.DeactivateWindowEvent
 
dispatch(RotationHandler) - Method in class org.vectomatic.svg.edit.client.event.RotationEvent
 
dispatch(ScalingHandler) - Method in class org.vectomatic.svg.edit.client.event.ScalingEvent
 
dispatch(NativeEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.ViewportExt
Dispatches the specified event to this node event handlers
DISPLAY - Static variable in class org.vectomatic.svg.edit.client.model.ModelCategory
 
display() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
displayManipulatorButton() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
displaysContextMenu - Variable in class org.vectomatic.svg.edit.client.SVGWindow
True when the context menu is displayed
displayTwin(SVGElementModel, boolean) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
displayWindowMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
dndCloneCmdAfter() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndCloneCmdBefore() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndCloneCmdIn() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
DndCommandBase - Class in org.vectomatic.svg.edit.client.command.dnd
 
DndCommandBase(ICommandFactory) - Constructor for class org.vectomatic.svg.edit.client.command.dnd.DndCommandBase
 
DndCommandFactory - Class in org.vectomatic.svg.edit.client.command
Base class for drag and drop command factories
DndCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.DndCommandFactory
 
dndCommandFactory - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDragSource
 
dndCommandFactory - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
DndCommandFactory.DropGesture - Enum in org.vectomatic.svg.edit.client.command
Enum to represent the drop gestures
dndCopy() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndCopyCmdAfter() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndCopyCmdBefore() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndCopyCmdIn() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
DndCopyHandler - Class in org.vectomatic.svg.edit.client.command.dnd
Class to manage intra-model clone drag-and-drop interactions and inter-model copy drag-and-drop interactions
DndCopyHandler() - Constructor for class org.vectomatic.svg.edit.client.command.dnd.DndCopyHandler
 
DNDGhost - Class in org.vectomatic.svg.edit.client.gxt.widget
Class to give users visual feedback on the drag operation about to be performed
DNDGhost(List<SVGElementModel>, DNDEvent) - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.DNDGhost
 
DndHandler - Class in org.vectomatic.svg.edit.client.load
Class to handler drag and drop of external files on the viewport.
DndHandler(ViewportExt) - Constructor for class org.vectomatic.svg.edit.client.load.DndHandler
 
DndHandlerBase - Class in org.vectomatic.svg.edit.client.command.dnd
Base class for drag and drop handlers
DndHandlerBase() - Constructor for class org.vectomatic.svg.edit.client.command.dnd.DndHandlerBase
 
dndIcons() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
dndLink() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
DndLinkHandler - Class in org.vectomatic.svg.edit.client.command.dnd
Class to manage instantiation of def elements drag-and-drop interactions
DndLinkHandler() - Constructor for class org.vectomatic.svg.edit.client.command.dnd.DndLinkHandler
 
dndMove() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndMoveCmdDestAfter() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndMoveCmdDestBefore() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndMoveCmdDestIn() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndMoveCmdSrc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
DndMoveHandler - Class in org.vectomatic.svg.edit.client.command.dnd
Class to manage intra-model reorder drag-and-drop interactions and inter-model move drag-and-drop interactions
DndMoveHandler() - Constructor for class org.vectomatic.svg.edit.client.command.dnd.DndMoveHandler
 
dndReorderCmdAfter() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndReorderCmdBefore() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndReorderCmdIn() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
dndSource - Variable in class org.vectomatic.svg.edit.client.SVGWindow
The drag'n'drop source
dndTarget - Variable in class org.vectomatic.svg.edit.client.SVGWindow
The drag'n'drop source
doAttachChildren() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
doAttachChildren() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
doAttachChildren() - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
doDetachChildren() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
doDetachChildren() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
doDetachChildren() - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.vectomatic.svg.edit.server.FetchServlet
 
dom - Variable in class com.extjs.gxt.ui.client.core.El
The wrapped dom element.
doSpin(boolean) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
down(String) - Method in class com.extjs.gxt.ui.client.core.El
Selects a single *direct* child based on the passed CSS selector (the selector should not contain an id).
Draggable - Class in com.extjs.gxt.ui.client.fx
Adds drag behavior to any widget.
Draggable(Component) - Constructor for class com.extjs.gxt.ui.client.fx.Draggable
Creates a new draggable instance.
Draggable(Component, Component) - Constructor for class com.extjs.gxt.ui.client.fx.Draggable
Create a new draggable instance.
dragStartX - Variable in class com.extjs.gxt.ui.client.fx.Draggable
 
dragStartY - Variable in class com.extjs.gxt.ui.client.fx.Draggable
 
dropGesture - Variable in class org.vectomatic.svg.edit.client.command.dnd.CloneCommand
The drop gesture
dropGesture - Variable in class org.vectomatic.svg.edit.client.command.dnd.CopyCommand
The drop gesture
dropGesture - Variable in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
The drop gesture
dropGesture - Variable in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
The drop gesture
dropGesture - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
dropPanelText() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 

E

EditCircleGeometryManipulator - Class in org.vectomatic.svg.edit.client.command.edit
2D manipulator class to edit circle geometry.
EditCircleGeometryManipulator() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
Constructor
EditCircleGeometryManipulator.Mode - Enum in org.vectomatic.svg.edit.client.command.edit
 
editCmd() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
EditCommandFactoryBase - Class in org.vectomatic.svg.edit.client.command
Base class for command factories which edit an existing SVG element model
EditCommandFactoryBase() - Constructor for class org.vectomatic.svg.edit.client.command.EditCommandFactoryBase
 
editCssPropertyFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
editCssPropertyFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
editDashArray() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
EditEllipseGeometryManipulator - Class in org.vectomatic.svg.edit.client.command.edit
2D manipulator class to edit ellipse geometry.
EditEllipseGeometryManipulator() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
Constructor
EditEllipseGeometryManipulator.Mode - Enum in org.vectomatic.svg.edit.client.command.edit
 
editGeometryCmd() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
editGeometryCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
editGeometryCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
editGeometryCmdFactory2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
editGeometryCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
EditGeometryCommandFactory - Class in org.vectomatic.svg.edit.client.command
Class to edit the attributes belonging to the geometry model category
EditGeometryCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.EditGeometryCommandFactory
 
EditImageGeometryManipulator - Class in org.vectomatic.svg.edit.client.command.edit
2D manipulator class to edit image geometry.
EditImageGeometryManipulator() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
Constructor
EditImageGeometryManipulator.Mode - Enum in org.vectomatic.svg.edit.client.command.edit
 
EditImageHrefCommand - Class in org.vectomatic.svg.edit.client.command
Command to represent a change in the href of an SVG image element
EditImageHrefCommand(CommandFactoryBase, SVGElementModel, Map<String, Object>, String) - Constructor for class org.vectomatic.svg.edit.client.command.EditImageHrefCommand
 
EditImageHrefCommandFactory - Class in org.vectomatic.svg.edit.client.command
 
EditImageHrefCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.EditImageHrefCommandFactory
 
EditLineGeometryManipulator - Class in org.vectomatic.svg.edit.client.command.edit
2D manipulator class to edit line segment geometry.
EditLineGeometryManipulator() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
Constructor
EditLineGeometryManipulator.Mode - Enum in org.vectomatic.svg.edit.client.command.edit
 
EditManipulatorBase - Class in org.vectomatic.svg.edit.client.command.edit
Base class for manipulators
EditManipulatorBase() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
 
editMenu() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
EditPathGeometryManipulator - Class in org.vectomatic.svg.edit.client.command.edit
2D manipulator class to edit path geometry.
EditPathGeometryManipulator() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
EditRectGeometryManipulator - Class in org.vectomatic.svg.edit.client.command.edit
2D manipulator class to edit rectangle geometry.
EditRectGeometryManipulator() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
Constructor
EditRectGeometryManipulator.Mode - Enum in org.vectomatic.svg.edit.client.command.edit
 
EditSVGPointsManipulator - Class in org.vectomatic.svg.edit.client.command.edit
2D manipulator class to edit polyline and polygon geometry.
EditSVGPointsManipulator() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
Constructor
EditSVGPointsManipulator.Mode - Enum in org.vectomatic.svg.edit.client.command.edit
 
EditTitleCommand - Class in org.vectomatic.svg.edit.client.command
Command to represent a change in the title of an SVG element
EditTitleCommand(CommandFactoryBase, SVGElementModel, Map<String, Object>, String) - Constructor for class org.vectomatic.svg.edit.client.command.EditTitleCommand
 
EditTitleCommandFactory - Class in org.vectomatic.svg.edit.client.command
Command factory to record changes in the title of svg elements
EditTitleCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.EditTitleCommandFactory
 
EditTransformCommand - Class in org.vectomatic.svg.edit.client.command
Command to represent changes in the svg transform attribute of an element.
EditTransformCommand(CommandFactoryBase, SVGElementModel, Map<String, Object>) - Constructor for class org.vectomatic.svg.edit.client.command.EditTransformCommand
 
EditTransformCommandFactory - Class in org.vectomatic.svg.edit.client.command
Command factory to record changes in the svg transform attribute of an element.
EditTransformCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.EditTransformCommandFactory
 
EditTransformManipulator - Class in org.vectomatic.svg.edit.client.command.edit
2D manipulator class to edit an SVG transform.
EditTransformManipulator() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
 
EditTransformManipulator.Mode - Enum in org.vectomatic.svg.edit.client.command.edit
 
EditUseGeometryManipulator - Class in org.vectomatic.svg.edit.client.command.edit
2D manipulator class to edit rectangle geometry.
EditUseGeometryManipulator() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
Constructor
EditUseGeometryManipulator.Mode - Enum in org.vectomatic.svg.edit.client.command.edit
 
EditViewBoxGeometryManipulator - Class in org.vectomatic.svg.edit.client.command.edit
2D manipulator class to edit viewbox geometry.
EditViewBoxGeometryManipulator() - Constructor for class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
Constructor
EditViewBoxGeometryManipulator.Mode - Enum in org.vectomatic.svg.edit.client.command.edit
 
El - Class in com.extjs.gxt.ui.client.core
Represents an Element in the DOM.
El(Element) - Constructor for class com.extjs.gxt.ui.client.core.El
Creates a new el instance.
El(String) - Constructor for class com.extjs.gxt.ui.client.core.El
Creates a new El instance from the HTML fragment.
El.VisMode - Enum in com.extjs.gxt.ui.client.core
VisMode enumeration.
element - Variable in class org.vectomatic.svg.edit.client.model.AbstractModel
The native object backing this model
elementNameToIcon - Static variable in class org.vectomatic.svg.edit.client.model.svg.SVGGenericElementModel
 
elementToModel - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
Associates SVG elements with their model wrapper
ellipse() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
ellipse - Variable in class org.vectomatic.svg.edit.client.command.add.AddEllipseCommandFactory
The new ellipse element
ellipse() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
ellipseCx() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
ellipseCy() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
ellipseGeometryManipulator() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
ellipseRx() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
ellipseRy() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
embeddedRadio() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
enable() - Method in class com.extjs.gxt.ui.client.core.El
Enables the element.
enable() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
enableDisplayMode(String) - Method in class com.extjs.gxt.ui.client.core.El
Convenience method for setVisibilityMode(VisibilityMode.DISPLAY).
END - Static variable in class org.vectomatic.svg.edit.client.engine.IdRefTokenizer
 
END2 - Static variable in class org.vectomatic.svg.edit.client.engine.IdRefTokenizerMozilla
 
END2 - Static variable in class org.vectomatic.svg.edit.client.engine.IdRefTokenizerOpera
 
equals(Object) - Method in class com.extjs.gxt.ui.client.core.El
 
equals(Object) - Method in class org.vectomatic.svg.edit.client.load.FileLoadRequest
 
equals(Object) - Method in class org.vectomatic.svg.edit.client.load.InternalLoadRequest
 
equals(Object) - Method in class org.vectomatic.svg.edit.client.load.UrlLoadRequest
 
equals(Object) - Method in class org.vectomatic.svg.edit.client.model.svg.DashArray
 
equals(Object) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
equals(Object) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPoints
 
equals(Object) - Method in class org.vectomatic.svg.edit.client.utils.DecoratedImageCache.StoreKey
 
error() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
EventHandler() - Constructor for class com.extjs.gxt.ui.client.widget.form.HtmlEditor.EventHandler
 
EventProcessor - Interface in org.vectomatic.svg.edit.client.event
Base interface for event processors
expand(TreePanel.TreeNode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
exportAsSvg() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
exportAsSvgMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
EXT_TWIN - Static variable in class org.vectomatic.svg.edit.client.engine.SVGModel
Id Prefix extension for twins
externalRadio() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 

F

factory - Variable in class org.vectomatic.svg.edit.client.command.CommandBase
 
factory - Variable in class org.vectomatic.svg.edit.client.model.MetadataBase
 
FactoryInstantiatorBase<T extends ICommandFactory> - Class in org.vectomatic.svg.edit.client.command
Base class for classes which instantiate command factories.
FactoryInstantiatorBase(String, String) - Constructor for class org.vectomatic.svg.edit.client.command.FactoryInstantiatorBase
 
fadeIn(FxConfig) - Method in class com.extjs.gxt.ui.client.core.El
Fades in the element.
fadeOut(FxConfig) - Method in class com.extjs.gxt.ui.client.core.El
Fades out the element.
fadeToggle(FxConfig) - Method in class com.extjs.gxt.ui.client.core.El
Toggles the element visibility using a fade effect.
feBlend() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feColorMatrix() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feComponentTransfer() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feComposite() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feConvolveMatrix() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feDiffuseLighting() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feDisplacementMap() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feDistantLight() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feFlood() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feFuncA() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feFuncB() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feFuncG() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feFuncR() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feGaussianBlur() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feImage() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feMerge() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feMergeNode() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feMorphology() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feOffset() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fePointLight() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feSpecularLight() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feSpotLight() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
FETCH_TYPE_PARAM - Static variable in class org.vectomatic.svg.edit.client.load.FetchUtils
 
FETCH_URI - Static variable in class org.vectomatic.svg.edit.client.load.FetchUtils
Relative URI of the servlet used to fetch cross origin resources
FETCH_URL_PARAM - Static variable in class org.vectomatic.svg.edit.client.load.FetchUtils
 
FetchServlet - Class in org.vectomatic.svg.edit.server
Servlet to fetch resources from domains outside the vectomatic domain.
FetchServlet() - Constructor for class org.vectomatic.svg.edit.server.FetchServlet
Default constructor.
FetchUtils - Class in org.vectomatic.svg.edit.client.load
Class to abstract communications with the server
FetchUtils() - Constructor for class org.vectomatic.svg.edit.client.load.FetchUtils
 
feTile() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
feTurbulence() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
field - Variable in class com.extjs.gxt.ui.client.binding.FieldBinding
 
FieldBinding - Class in com.extjs.gxt.ui.client.binding
A two-way binding between a ModelData and Field instance.
FieldBinding(Field, String) - Constructor for class com.extjs.gxt.ui.client.binding.FieldBinding
Creates a new binding instance.
fieldFactory - Variable in class org.vectomatic.svg.edit.client.model.MetadataBase
 
FileLoadRequest - Class in org.vectomatic.svg.edit.client.load
Class to load files into the application
FileLoadRequest(File) - Constructor for class org.vectomatic.svg.edit.client.load.FileLoadRequest
 
fileMenu() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
fill() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
fill() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
fillOpacity() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
fillRule() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
fillRuleEvenOdd() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fillRuleEvenOdd() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
fillRuleNonZero() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fillRuleNonZero() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
filter() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
filter - Variable in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
A filter to determine if the selection represents suitable input for this command factory
findNode(M) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
findParent(String, int) - Method in class com.extjs.gxt.ui.client.core.El
Looks at this node and then at parent nodes for a match of the passed simple selector (e.g.
findParentElement(String, int) - Method in class com.extjs.gxt.ui.client.core.El
Looks at this node and then at parent nodes for a match of the passed simple selector (e.g.
findTreeNode(M) - Method in class org.vectomatic.svg.edit.client.gxt.widget.TreePanelExt
 
fireChangeEvent(String) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
 
fireChangeEvent(String, String) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
fireEvent(GwtEvent<?>) - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
 
fireEvent(GwtEvent<?>) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
fireEvent(GwtEvent<?>) - Method in class org.vectomatic.svg.edit.client.gxt.form.ImageHrefField
 
fireEvent(GwtEvent<?>) - Method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor
 
fireEvent(GwtEvent<?>) - Method in class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
fireEvent(GwtEvent<?>) - Method in class org.vectomatic.svg.edit.client.gxt.widget.Compass
 
fireEvent(GwtEvent<?>) - Method in class org.vectomatic.svg.edit.client.gxt.widget.ViewportExt
 
fireEvent(int) - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
fireEvent(int, Model) - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
fireEvent(GwtEvent<?>) - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
fireEvent(GwtEvent<?>) - Method in class org.vectomatic.svg.edit.client.utils.ImageLoader
 
fireFactoryStackChangedEvent() - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
 
fireStoreUpdateEvent() - Method in class org.vectomatic.svg.edit.client.model.svg.DashArrayStore
 
firstChild() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's first child.
fish() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fitContainer() - Method in class org.vectomatic.svg.edit.client.SVGWindow
 
flagFr() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
flagUs() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
FloatSliderField - Class in org.vectomatic.svg.edit.client.gxt.form
Float slider field
FloatSliderField(float, float) - Constructor for class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
Creates a new slider field.
FloatSliderFieldBinding - Class in org.vectomatic.svg.edit.client.gxt.binding
Binds a slider with a CSS property of an SVGStyleElementModel.
FloatSliderFieldBinding(FloatSliderField, String) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.FloatSliderFieldBinding
 
fly(Element) - Static method in class com.extjs.gxt.ui.client.core.El
 
fly(Element, String) - Static method in class com.extjs.gxt.ui.client.core.El
Gets the globally shared flyweight El, with the passed node as the active element.
fly(Element) - Static method in class com.extjs.gxt.ui.client.core.El
 
fly(Element, String) - Static method in class com.extjs.gxt.ui.client.core.El
Gets the globally shared flyweight El, with the passed node as the active element.
focus() - Method in class com.extjs.gxt.ui.client.core.El
Tries to focus the element.
focusModel - Variable in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
If the command factory is invoked from the context menu, the corresponding model
font() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fontFace() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fontFaceFormat() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fontFaceName() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fontFaceSrc() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fontFaceUri() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fontSizesConstants - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
forecolor - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
foreignObject() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
FormInspectorSection<M extends AbstractModel<?>> - Class in org.vectomatic.svg.edit.client.inspector
Generic inspector section.
FormInspectorSection(FormPanel, ModelCategory) - Constructor for class org.vectomatic.svg.edit.client.inspector.FormInspectorSection
 
FormPanelUtils - Class in org.vectomatic.svg.edit.client.gxt.binding
Util class to operate on GXT forms
FormPanelUtils() - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 
FormPanelUtils.ComboBoxFieldFactory - Class in org.vectomatic.svg.edit.client.gxt.binding
 
FormPanelUtils.CssFieldFactory - Class in org.vectomatic.svg.edit.client.gxt.binding
A field factory for CSS fields.
FormPanelUtils.HSliderFieldFactory - Class in org.vectomatic.svg.edit.client.gxt.binding
 
FormPanelUtils.SvgLengthFieldFactory - Class in org.vectomatic.svg.edit.client.gxt.binding
 
FormPanelUtils.ToggleGroupFieldFactory - Class in org.vectomatic.svg.edit.client.gxt.binding
 
fries() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
fromLetter(String) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPathSegType
 
fromName(String) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPathSegType
 

G

g() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
g - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
The group where SVG elements representing this manipulator are nested
g - Variable in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
The group where SVG elements representing this manipulator are nested
g0 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The group where graphical SVG elements representing this manipulator are nested
generateName(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
GenericAddCommand - Class in org.vectomatic.svg.edit.client.command
Generic command class to record addition of new SVG elements to the model.
GenericAddCommand(CommandFactoryBase, SVGElementModel) - Constructor for class org.vectomatic.svg.edit.client.command.GenericAddCommand
 
genericEditCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
genericEditCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
GenericEditCommand - Class in org.vectomatic.svg.edit.client.command
Generic class to record the edition of a property of an svg element.
GenericEditCommand(CommandFactoryBase, SVGElementModel, Map<String, Object>, String) - Constructor for class org.vectomatic.svg.edit.client.command.GenericEditCommand
 
GenericEditCommandFactory - Class in org.vectomatic.svg.edit.client.command
Command factory to record changes to one property of an SVG element.
GenericEditCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.GenericEditCommandFactory
 
GenericRemoveCommand - Class in org.vectomatic.svg.edit.client.command
Class to represent the removal of one or many elements from the SVG model.
GenericRemoveCommand(ICommandFactory, List<SVGElementModel>, String) - Constructor for class org.vectomatic.svg.edit.client.command.GenericRemoveCommand
 
GenericSectionFactory - Class in org.vectomatic.svg.edit.client.inspector
Factory to instantiate inspector sections for model categories which do not provide a dedicated inspector section.
GenericSectionFactory() - Constructor for class org.vectomatic.svg.edit.client.inspector.GenericSectionFactory
 
GEOMETRY - Static variable in class org.vectomatic.svg.edit.client.model.ModelCategory
 
geometry() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
get(String) - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
get(SVGElement) - Method in class org.vectomatic.svg.edit.client.model.AttrMetadata
 
get(SVGElement) - Method in class org.vectomatic.svg.edit.client.model.CssMetadata
 
get(U) - Method in interface org.vectomatic.svg.edit.client.model.IMetadata
Returns the value of this property for the specified model object.
get(U) - Method in interface org.vectomatic.svg.edit.client.model.IPropertyAccessor
 
get(U) - Method in class org.vectomatic.svg.edit.client.model.JSMetadata
 
get(SVGElement) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLengthAccessor
 
get(SVGElement) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsMetadata
 
get(String) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore.SVGPoint
 
get(String) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGViewBoxElementModel
 
get(SVGElement) - Method in class org.vectomatic.svg.edit.client.model.XPathMetadata
 
getAbsoluteLeft(Element) - Static method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor
 
getAbsoluteTop(Element) - Static method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor
 
getActiveFactory() - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
Returns the currently active factory
getActiveItem() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
getActiveModel() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getActiveWindow() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getAlignToXY(Element, String, int, int) - Method in class com.extjs.gxt.ui.client.core.El
 
getAlignToXY(Element, String, int[]) - Method in class com.extjs.gxt.ui.client.core.El
Gets the x,y coordinates to align this element with another element.
getAllFactoriesStore() - Static method in class org.vectomatic.svg.edit.client.command.CommandFactories
 
getAllowDecimals() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Returns true of decimal values are allowed.
getAllowNegative() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Returns true if negative values are allowed.
getAncestor(int) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns the N-th ancestor of this node, or null if no such ancestor exists
getAnchorXY(String, boolean) - Method in class com.extjs.gxt.ui.client.core.El
Returns the x,y coordinates specified by the anchor position on the element.
getAngle() - Method in class org.vectomatic.svg.edit.client.event.RotationEvent
 
getApp() - Static method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getAscendingCompataror() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns a comparator which sorts nodes in treeview ascending order.
getAssociatedType() - Method in class org.vectomatic.svg.edit.client.event.ActivateWindowEvent
 
getAssociatedType() - Method in class org.vectomatic.svg.edit.client.event.CommandFactorySelectorChangeEvent
 
getAssociatedType() - Method in class org.vectomatic.svg.edit.client.event.DeactivateWindowEvent
 
getAssociatedType() - Method in class org.vectomatic.svg.edit.client.event.RotationEvent
 
getAssociatedType() - Method in class org.vectomatic.svg.edit.client.event.ScalingEvent
 
getBackColorTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getBackColorTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getBaseChars() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Returns the base characters.
getBasicFormatter() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
Gets the basic rich text formatting interface.
getBold() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getBoldTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getBoldTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getBorderWidth(String) - Method in class com.extjs.gxt.ui.client.core.El
Returns the width of the border(s) for the specified side(s).
getBottom(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Returns the bottom Y coordinate of the element (element Y position + element height).
getBounds() - Method in class com.extjs.gxt.ui.client.core.El
Returns the elements bounds in page coordinates.
getBounds(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Returns the elements bounds in page coordinates.
getBounds(boolean, boolean) - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's bounds in page coordinates.
getCacheSize() - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getCalculatedRowHeight() - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getCategories() - Method in class org.vectomatic.svg.edit.client.model.MetaModel
 
getCategory() - Method in interface org.vectomatic.svg.edit.client.model.IMetadata
Returns the model category this metadata belongs to
getCategory() - Method in class org.vectomatic.svg.edit.client.model.MetadataBase
 
getCategory(String) - Method in class org.vectomatic.svg.edit.client.model.MetaModel
 
getCheckElement(TreePanel.TreeNode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getChild(int) - Method in class com.extjs.gxt.ui.client.core.El
Returns a child element.
getChild(int) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns the child at the given index or null if the index is out of range.
getChildCount() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns the number of children.
getChildElement(int) - Method in class com.extjs.gxt.ui.client.core.El
Returns a child element.
getChildIndex(Element) - Method in class com.extjs.gxt.ui.client.core.El
Returns the index of the child element.
getChildren() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns the model's children.
getCircleElementMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGCircleElementModel
 
getClassName(Element) - Static method in class com.extjs.gxt.ui.client.core.El
 
getCleanDelay() - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getClientHeight() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's client height property.
getClientWidth() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's client width property.
getCloseModelMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCloseSegModel
 
getColorName() - Method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor.NamedColor
 
getCommandFactory() - Method in class org.vectomatic.svg.edit.client.event.CommandFactorySelectorChangeEvent
 
getCommandFactory() - Method in interface org.vectomatic.svg.edit.client.model.IMetadata
Returns the instantiator for the factory which will record modifications to this metadata
getCommandFactory() - Method in class org.vectomatic.svg.edit.client.model.MetadataBase
 
getCommandFactorySelector() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
Returns the global command factory selector
getCommands() - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Gets all the commands currently in the stack
getCommandStore() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Returns the CommandStore which contains this model commands
getCommandToolBar() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getComponent() - Method in class org.vectomatic.svg.edit.client.gxt.widget.KeyNavExt
Returns the target component.
getComputedHeight() - Method in class com.extjs.gxt.ui.client.core.El
Returns either the offsetHeight or the height of this element based on it's CSS height.
getComputedWidth() - Method in class com.extjs.gxt.ui.client.core.El
Returns either the offsetWidth or the width of this element based on it's CSS width.
getConstrainToXY(Element, Point) - Method in class com.extjs.gxt.ui.client.core.El
 
getContainer() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns the drag container.
getContainer(TreePanel.TreeNode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getContextMenuItems() - Method in class org.vectomatic.svg.edit.client.model.MetaModel
 
getConverter() - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Returns the bindings converter.
getConverter() - Method in class org.vectomatic.svg.edit.client.model.svg.ComboStore
 
getCoordinates(MouseEvent<? extends EventHandler>, OMSVGMatrix) - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
Returns the coordinates of a mouse event, converted to the coordinate system of the specified matrix
getCoordinates(MouseEvent<? extends EventHandler>, boolean) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Returns the coordinates of a mouse event, converted to the coordinate system of the model
getCount() - Method in class org.vectomatic.svg.edit.client.gxt.widget.GridSelectionModelExt
 
getCp1() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
getCp1() - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
getCp1() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getCp2() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
getCp2() - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
getCp2() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getCreateLinkText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getCssContext() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getCubicModelMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCubicSegModel
 
getDashArray() - Method in class org.vectomatic.svg.edit.client.gxt.widget.DashArrayCell
 
getDashArrays() - Method in class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
getDecreaseFontSizeTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getDecreaseFontSizeTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getDefaultDashArrays() - Static method in class org.vectomatic.svg.edit.client.model.svg.CssContextModel
 
getDefaultValue() - Method in class org.vectomatic.svg.edit.client.model.CssMetadata
 
getDefs() - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
getDepth() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns the depth of this node in the tree
getDescription() - Method in class org.vectomatic.svg.edit.client.command.dnd.CloneCommand
 
getDescription() - Method in class org.vectomatic.svg.edit.client.command.dnd.CopyCommand
 
getDescription() - Method in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
 
getDescription() - Method in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
 
getDescription() - Method in class org.vectomatic.svg.edit.client.command.EditImageHrefCommand
 
getDescription() - Method in class org.vectomatic.svg.edit.client.command.EditTitleCommand
 
getDescription() - Method in class org.vectomatic.svg.edit.client.command.EditTransformCommand
 
getDescription() - Method in class org.vectomatic.svg.edit.client.command.FactoryInstantiatorBase
 
getDescription() - Method in class org.vectomatic.svg.edit.client.command.GenericAddCommand
 
getDescription() - Method in class org.vectomatic.svg.edit.client.command.GenericEditCommand
 
getDescription() - Method in class org.vectomatic.svg.edit.client.command.GenericRemoveCommand
 
getDescription() - Method in interface org.vectomatic.svg.edit.client.command.ICommand
Provides a detailed description of this command.
getDescription() - Method in interface org.vectomatic.svg.edit.client.command.IFactoryInstantiator
Provides a long description explaining in a few line what the command does.
getDescription() - Method in interface org.vectomatic.svg.edit.client.model.IMetadata
Returns a human readable description of this property.
getDescription() - Method in class org.vectomatic.svg.edit.client.model.MetadataBase
 
getDescription() - Method in class org.vectomatic.svg.edit.client.model.ModelCategory
 
getDescription() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGNamedElementModel
 
getDisplayCategory() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
getDisplayField() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
Returns the display field.
getDndCommandFactory() - Static method in class org.vectomatic.svg.edit.client.command.CommandFactories
 
getDragHandle() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns the drag handle.
getDragWidget() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns the widget being dragged.
getElement() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCloseSegRep
 
getElement() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
getElement() - Method in class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
getElement() - Method in class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
 
getElement() - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
getElement() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getElement() - Method in class org.vectomatic.svg.edit.client.gxt.widget.DNDGhost
 
getElement() - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
getElementContainer(TreePanel.TreeNode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getElementGroup() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
getElementPoints() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
 
getElementWrapper() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
getEllipseElementMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGEllipseElementModel
 
getErrors(T, ValidationError.Severity) - Method in interface org.vectomatic.svg.edit.client.model.IValidatable
Returns the errors of the specified severity associated with this model.
getErrors(SVGElement, ValidationError.Severity) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
getEventBus() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
Returns the application event bus
getExtendedFormatter() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
Gets the full rich text formatting interface.
getFactory() - Method in class org.vectomatic.svg.edit.client.command.CommandBase
Returns the factory which manufactured this command
getFactory() - Method in interface org.vectomatic.svg.edit.client.command.ICommand
Returns the factory which manufactured this command
getFetchUrl(String, String) - Static method in class org.vectomatic.svg.edit.client.load.FetchUtils
 
getFetchUrl(String, String, String) - Static method in class org.vectomatic.svg.edit.client.load.FetchUtils
 
getField() - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Returns the bound field.
getFieldFactory() - Method in interface org.vectomatic.svg.edit.client.model.IMetadata
Returns the field factory of this property.
getFieldFactory() - Method in class org.vectomatic.svg.edit.client.model.MetadataBase
 
getFocusEl() - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
getFontColor() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getFontDecrease() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getFontHighlight() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getFontIncrease() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getForColorTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getForeColorTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getFormat() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Returns the field's number format.
getFrameSize() - Method in class com.extjs.gxt.ui.client.core.El
Returns the sum width of the padding and borders for all "sides".
getFrameWidth(String) - Method in class com.extjs.gxt.ui.client.core.El
Returns the sum width of the padding and borders for the passed "sides".
getGlobalCategory() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGNamedElementModel
 
getGrid() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Returns this document grid
getHeight() - Method in class com.extjs.gxt.ui.client.core.El
Returns the offset height of the element.
getHeight(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's height.
getHeight() - Method in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
getHeight() - Method in class org.vectomatic.svg.edit.client.utils.SimpleImage
 
getHorizontalOffset() - Method in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
getIcon() - Method in class org.vectomatic.svg.edit.client.model.MetaModel
 
getIconElement(TreePanel.TreeNode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getId() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's id.
getIdPrefix() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Returns the document id prefix.
getIdReferences(Collection<String>, Element) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Adds the ids of all elements referred to by the specified element to the specified collection of referenced ids.
getImageCache() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getImageElementMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGImageElementModel
 
getImages() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
getImages() - Method in class org.vectomatic.svg.edit.client.utils.ImageLoader
Returns the preloaded images.
getImageWithDecoration(ImageResource, ImageResource, DecoratedImageCache.HAlign, DecoratedImageCache.VAlign) - Method in class org.vectomatic.svg.edit.client.utils.DecoratedImageCache
Creates or returns a decorated image
getIncreaseFontSizeTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getIncreaseFontSizeTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getIncrement() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Sets the increment value.
getIndenting(TreePanel.TreeNode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getIndex(M) - Method in class org.vectomatic.svg.edit.client.gxt.widget.GridSelectionModelExt
 
getIndex(SVGSegModel) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
getInnerHtml() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's inner HTML.
getInputEl() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
getInputEl() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
getInputEl() - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
getInspectorSection() - Method in class org.vectomatic.svg.edit.client.model.ModelCategory
 
getInstance() - Static method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.add.AddCircleCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.add.AddEllipseCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.add.AddGroupCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.add.AddLineCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.add.AddPolygonCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.add.AddPolylineCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.add.AddRectCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.DndCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.EditGeometryCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.EditImageHrefCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.EditTitleCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.EditTransformCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.GenericEditCommandFactory
 
getInstantiator() - Method in interface org.vectomatic.svg.edit.client.command.ICommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.RemoveElementsCommandFactory
 
getInstantiator() - Method in class org.vectomatic.svg.edit.client.command.ShowPropertiesCommandFactory
 
getIntStyleAttribute(String) - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's style value.
getItalic() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getItalicTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getItalicTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getItemSelector() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
Returns the item selector.
getJointElement(TreePanel.TreeNode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getJustifyCenter() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getJustifyCenterTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getJustifyCenterTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getJustifyLeft() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getJustifyLeftTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getJustifyLeftTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getJustifyRight() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getJustifyRightTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getJustifyRightTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getKeyCode() - Method in class org.vectomatic.svg.edit.client.command.dnd.DndCopyHandler
 
getKeyCode() - Method in class org.vectomatic.svg.edit.client.command.dnd.DndHandlerBase
 
getKeyCode() - Method in class org.vectomatic.svg.edit.client.command.dnd.DndLinkHandler
 
getKeyCode() - Method in interface org.vectomatic.svg.edit.client.command.dnd.IDndHandler
Returns the key code associated with this handler
getKeyEvent() - Static method in class org.vectomatic.svg.edit.client.gxt.widget.KeyNavExt
Returns the key event type.
getLayoutBounds() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's content area bounds.
getLeft() - Method in class com.extjs.gxt.ui.client.core.El
Returns the top Y coordinate.
getLeft(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Gets the left X coordinate.
getLength(SVGElement) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLengthAccessor
 
getLineElementMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGLineElementModel
 
getLineModelMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.path.SVGLineSegModel
 
getLink() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getLinkTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getLinkTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getListView() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
Returns the field's list view.
getLocalCoordinates(MouseEvent<? extends EventHandler>) - Method in class org.vectomatic.svg.edit.client.gxt.widget.Compass
Returns the coordinates of a mouse event, converted to the compass coordinate system
getManipulatedElement() - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
Returns the circle this manipulator applies to.
getManipulator(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.command.EditGeometryCommandFactory
 
getManipulator(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.command.EditTransformCommandFactory
 
getManipulator(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
getManipulatorElement() - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
Returns the graphical element which represents this manipulator.
getManipulatorPoint(SVGPointsStore.SVGPoint) - Method in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
getMargins(String) - Method in class com.extjs.gxt.ui.client.core.El
Returns an object with properties top, left, right and bottom representing the margins of this element unless sides is passed, then it returns the calculated width of the sides (see #getPadding).
getMarkup() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
getMaxText() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt.SpinnerFieldMessages
Returns the max error text.
getMaxValue() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Returns the fields max value.
getMessage(List<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.dnd.DndCopyHandler
 
getMessage(List<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.dnd.DndLinkHandler
 
getMessage(List<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.dnd.DndMoveHandler
 
getMessage(List<SVGElementModel>) - Method in interface org.vectomatic.svg.edit.client.command.dnd.IDndHandler
Returns the text which appears in the ghost during a drag and drop operation
getMessage() - Method in class org.vectomatic.svg.edit.client.model.ValidationError
Returns a localized error message for this error.
getMessages() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
getMessages() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
getMetadata(String) - Method in class org.vectomatic.svg.edit.client.model.MetaModel
 
getMetadata() - Method in class org.vectomatic.svg.edit.client.model.ModelCategory
 
getMetadata(String) - Method in class org.vectomatic.svg.edit.client.model.ModelCategory
 
getMetamodel(SVGElement) - Static method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.CssContextModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCloseSegModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCubicSegModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGLineSegModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGMoveSegModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGQuadraticSegModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGCircleElementModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGEllipseElementModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGGenericElementModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGGenericTransformableModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGImageElementModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLineElementModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPathElementModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPolygonElementModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPolylineElementModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGRectElementModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGUseElementModel
 
getMetaModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGViewBoxElementModel
 
getMetaModels() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getMinText() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt.SpinnerFieldMessages
Returns the minimum error text.
getMinValue() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Returns the field's minimum value.
getMode() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
getMode() - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
getMode() - Method in interface org.vectomatic.svg.edit.client.command.path.IPathRepOwner
 
getModel() - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Returns the bound model instance.
getModel(SVGSegRep) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
getModel(TreePanel.TreeNode) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
getMouseMoveHandler() - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
getMoveModelMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.path.SVGMoveSegModel
 
getMoveToSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCloseSegModel
Returns the moveto segment this segment closes to.
getName() - Method in class org.vectomatic.svg.edit.client.command.FactoryInstantiatorBase
 
getName() - Method in interface org.vectomatic.svg.edit.client.command.IFactoryInstantiator
Provides a short description of the command manufactured by this factory.
getName() - Method in class org.vectomatic.svg.edit.client.load.RSSReader.RSSEntry
 
getName() - Method in interface org.vectomatic.svg.edit.client.model.IMetadata
Returns the identifier of this property.
getName() - Method in class org.vectomatic.svg.edit.client.model.MetadataBase
 
getName() - Method in class org.vectomatic.svg.edit.client.model.MetaModel
 
getName() - Method in class org.vectomatic.svg.edit.client.model.ModelCategory
 
getName() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGNamedElementModel
 
getNames(Collection<SVGElementModel>) - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGNamedElementModel
 
getNanText() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt.SpinnerFieldMessages
Returns the not a number error text.
getNegativeText() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt.SpinnerFieldMessages
Returns the negative error text.
getNextSibling() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns this node's next sibling, or null if no next sibling exist
getNextSplineSeg() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getOffsetsTo(Element) - Method in class com.extjs.gxt.ui.client.core.El
Returns the offsets between two elements.
getOl() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getOlTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getOlTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getOperationCssAttr() - Method in class org.vectomatic.svg.edit.client.command.dnd.DndCopyHandler
 
getOperationCssAttr() - Method in class org.vectomatic.svg.edit.client.command.dnd.DndLinkHandler
 
getOperationCssAttr() - Method in class org.vectomatic.svg.edit.client.command.dnd.DndMoveHandler
 
getOperationCssAttr() - Method in interface org.vectomatic.svg.edit.client.command.dnd.IDndHandler
Returns the DOM attribute value which trigger the display of the proper icons in the drag ghost using a CSS rule
getOuterHtml() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's outer HTML.
getOwner() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns the SVG model to which this model belongs
getPadding(String) - Method in class com.extjs.gxt.ui.client.core.El
Gets the width of the padding(s) for the specified side(s).
getPaint() - Method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor
 
getPaint() - Method in class org.vectomatic.svg.edit.client.gxt.widget.PaintCell
 
getPanel() - Method in class org.vectomatic.svg.edit.client.inspector.FormInspectorSection
 
getPanel() - Method in interface org.vectomatic.svg.edit.client.inspector.IInspectorSection
 
getPanel() - Method in class org.vectomatic.svg.edit.client.inspector.PathInspectorSection
 
getPanel() - Method in class org.vectomatic.svg.edit.client.inspector.SVGPointsInspectorSection
 
getParameter(String) - Static method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getParent() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's parent.
getParent() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns the model's parent or null if no parent.
getPath() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
getPathElementMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGPathElementModel
 
getPngPath() - Method in class org.vectomatic.svg.edit.client.load.RSSReader.RSSEntry
 
getPoint() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore.SVGPoint
 
getPointsStore() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGAnimatedPointsModelBase
 
getPolygonElementMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGPolygonElementModel
 
getPolylineElementMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGPolylineElementModel
 
getPreviousSibling() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns this node's previous sibling, or null if no previous sibling exist
getPreviousSplineSeg() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getProperties() - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
getProperties(U) - Method in class org.vectomatic.svg.edit.client.model.MetaModel
 
getProperties() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore.SVGPoint
 
getProperty() - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Returns the model's bound property name.
getPropertyEditor() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
getPropertyEditor() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
getPropertyEditorType() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Returns the number property editor number type.
getPropertyNames() - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
getPropertyNames() - Method in class org.vectomatic.svg.edit.client.model.MetaModel
 
getPropertyNames() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore.SVGPoint
 
getProxyStyle() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns the proxy style.
getQuadraticModelMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.path.SVGQuadraticSegModel
 
getR() - Method in class org.vectomatic.svg.edit.client.model.svg.Transformation
The manipulator rotate transform
getRawValue() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
getRawValue() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
getRecord() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
getRectangle() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getRectElementMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGRectElementModel
 
getRedoCommand() - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Returns the command which will be redone if undo is invoked
getRedoCommands() - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Gets all the commands which can be redone
getReferences(Collection<String>) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Adds the ids of all elements referred to by this element to the specified collection of referenced ids.
getReferences(Collection<String>) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGImageElementModel
 
getReferences(Collection<String>) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGStyledElementModel
 
getRegion() - Method in class com.extjs.gxt.ui.client.core.El
Returns the region of the given element.
getRepeater() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Returns the repeater used to control the trigger
getRepresentation(SVGSegModel) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
getRequest() - Method in class org.vectomatic.svg.edit.client.gxt.widget.RecentDocMenuItem
 
getResourceName() - Method in class org.vectomatic.svg.edit.client.gxt.form.ImageHrefField
 
getResourceName() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGImageElementModel
Returns the name of the resource used to initialize this image (url or file name).
getRight(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Returns the right X coordinate of the element (element X position + element width).
getRoot() - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
getRoot() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Returns the root node of this model
getRootGroup() - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
getRotation() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
getS() - Method in class org.vectomatic.svg.edit.client.model.svg.Transformation
The manipulator scale transform
getScale() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Returns the scaling of the SVG.
getScale() - Method in class org.vectomatic.svg.edit.client.event.ScalingEvent
 
getScroll() - Method in class com.extjs.gxt.ui.client.core.El
Returns the body elements current scroll position.
getScrollDelay() - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getScrollLeft() - Method in class com.extjs.gxt.ui.client.core.El
Returns the horizontal scroll position.
getScrollTop() - Method in class com.extjs.gxt.ui.client.core.El
Returns the current vertical scroll position.
getSegCount() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
getSegments() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
getSegments() - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
getSegments() - Method in interface org.vectomatic.svg.edit.client.command.path.IPathRepOwner
 
getSegStore() - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
getSegStore() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPathElementModel
 
getSelectedIndex() - Method in class org.vectomatic.svg.edit.client.gxt.widget.GridSelectionModelExt
 
getSelectedIndices() - Method in class org.vectomatic.svg.edit.client.gxt.widget.GridSelectionModelExt
 
getSelection() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
getSelectionModel() - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
getSelectionModel() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Returns the selection model.
getSelectionModel() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
getSelectionModel() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
 
getSeverity() - Method in interface org.vectomatic.svg.edit.client.model.IValidatable
Returns the severity for this model.
getSeverity() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
getSeverity() - Method in class org.vectomatic.svg.edit.client.model.ValidationError
Returns the error severity
getSize() - Method in class com.extjs.gxt.ui.client.core.El
Returns the size of the element.
getSize(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's size.
getSlider() - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
Returns the slider component.
getSource() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getSourceEditTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getSourceEditTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getSourceElementNames(List<SVGElementModel>) - Static method in class org.vectomatic.svg.edit.client.command.dnd.DndHandlerBase
 
getSrc() - Method in class org.vectomatic.svg.edit.client.utils.SimpleImage
 
getStartDragDistance() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns the number of pixels the cursor must move before dragging begins.
getState() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getStatus() - Method in class org.vectomatic.svg.edit.client.command.CommandFactoryBase
 
getStatus() - Method in interface org.vectomatic.svg.edit.client.command.ICommandFactory
Returns the status to display in the status line in the command factory toolbar
getStore() - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Returns the binding's store.
getStore() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
Returns the field's store.
getStore() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Returns the Store which contains this model data
getStore() - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
Returns the store which contains this model
getStore() - Method in class org.vectomatic.svg.edit.client.model.svg.CssContextModel
 
getStore() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
 
getStore() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
getStyleAttribute(List<String>) - Method in class com.extjs.gxt.ui.client.core.El
 
getStyleAttribute(String) - Method in class com.extjs.gxt.ui.client.core.El
Normalizes currentStyle and computedStyle.
getStyleHeight() - Method in class com.extjs.gxt.ui.client.core.El
Returns the style width.
getStyleName() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's style name.
getStyleSize() - Method in class com.extjs.gxt.ui.client.core.El
 
getStyleSize(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's size, using style attribute before offsets.
getStyleWidth() - Method in class com.extjs.gxt.ui.client.core.El
Returns the style width.
getSubChild(int) - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's sub child.
getSvg() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
getSvg() - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
getSvg() - Method in interface org.vectomatic.svg.edit.client.command.path.IPathRepOwner
 
getSvgElement() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
getSvgElement() - Method in class org.vectomatic.svg.edit.client.gxt.widget.Compass
 
getSVGImage() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGButton
 
getSvgModel() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDragSource
 
getSvgModel() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
getSvgModel() - Method in class org.vectomatic.svg.edit.client.SVGWindow
 
getSvgPath() - Method in class org.vectomatic.svg.edit.client.load.RSSReader.RSSEntry
 
getT() - Method in class org.vectomatic.svg.edit.client.model.svg.Transformation
The manipulator translate transform
getTangents() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getTemplate() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
Returns the custom template.
getTemplate(ModelData, String, String, AbstractImagePrototype, boolean, boolean, TreePanel.Joint, int, TreePanelView.TreeViewRenderMode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getTextElement(TreePanel.TreeNode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
getTextWidth() - Method in class com.extjs.gxt.ui.client.core.El
Returns the measured width of the element's text.
getTinv() - Method in class org.vectomatic.svg.edit.client.model.svg.Transformation
The manipulator translate inverse transform
getTitle() - Method in interface org.vectomatic.svg.edit.client.load.ILoadRequest
Returns the request title (to display in the open recent document menu).
getTitle() - Method in class org.vectomatic.svg.edit.client.load.LoadRequestBase
 
getTop() - Method in class com.extjs.gxt.ui.client.core.El
Returns the top Y coordinate.
getTop(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Gets the top Y coordinate.
getTransformCategory() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
getTree() - Method in class org.vectomatic.svg.edit.client.SVGWindow
 
getTwin() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
getTwinGroup() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
getTwinPoints() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
 
getTwinRepeater() - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Returns the repeater used to control the twin trigger
getTwinWrapper() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
getType() - Static method in class org.vectomatic.svg.edit.client.event.ActivateWindowEvent
Ensures the existence of the handler hook and then returns it.
getType() - Static method in class org.vectomatic.svg.edit.client.event.CommandFactorySelectorChangeEvent
Ensures the existence of the handler hook and then returns it.
getType() - Static method in class org.vectomatic.svg.edit.client.event.DeactivateWindowEvent
Ensures the existence of the handler hook and then returns it.
getType() - Static method in class org.vectomatic.svg.edit.client.event.RotationEvent
Ensures the existence of the handler hook and then returns it.
getType() - Static method in class org.vectomatic.svg.edit.client.event.ScalingEvent
Ensures the existence of the handler hook and then returns it.
getTypeNames() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPathSegType
 
getUl() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getUlTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getUlTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getUnderline() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
getUnderlineTipText() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getUnderlineTipTitle() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
getUndoCommand() - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Returns the command which will be undone if undo is invoked
getUndoCommands() - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Gets all the commands which can be undone
getUnit() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
getUnitField() - Method in class org.vectomatic.svg.edit.client.gxt.form.SVGLengthField
 
getUseElementMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGUseElementModel
 
getValue() - Method in class com.extjs.gxt.ui.client.core.El
Returns the the "value" attribute.
getValue() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
getValue() - Method in class org.vectomatic.svg.edit.client.gxt.form.DashArrayField
 
getValue() - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
getValue() - Method in class org.vectomatic.svg.edit.client.gxt.form.ImageHrefField
 
getValue() - Method in class org.vectomatic.svg.edit.client.gxt.form.PaintField
 
getValue() - Method in class org.vectomatic.svg.edit.client.gxt.form.ResetButtonField
 
getValue() - Method in class org.vectomatic.svg.edit.client.gxt.form.SVGLengthField
 
getValue() - Method in class org.vectomatic.svg.edit.client.gxt.form.ToggleGroupField
 
getValue() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
getValue() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
getValue() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPoints
 
getValueField() - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
getValueField() - Method in class org.vectomatic.svg.edit.client.gxt.form.SVGLengthField
 
getVertex() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getVertexSize(SVGElementModel) - Static method in class org.vectomatic.svg.edit.client.engine.SVGModel
Computes the size of the vertex representation (it should be 1mm whatever the scaling factor).
getVertexSize(ISVGLocatable) - Static method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
getVerticalOffset() - Method in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
getViewBox() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Returns the model viewBox.
getViewBoxElementMetaModel() - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGViewBoxElementModel
 
getWidth() - Method in class com.extjs.gxt.ui.client.core.El
Returns the offset width.
getWidth(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's width.
getWidth() - Method in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
getWidth() - Method in class org.vectomatic.svg.edit.client.utils.SimpleImage
 
getWindow() - Method in class org.vectomatic.svg.edit.client.event.ActivateWindowEvent
 
getWindow() - Method in class org.vectomatic.svg.edit.client.event.DeactivateWindowEvent
 
getWindow(SVGElement) - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getWindowBarHeight() - Static method in class org.vectomatic.svg.edit.client.SvgrealApp
 
getWindowRect() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
getX() - Method in class com.extjs.gxt.ui.client.core.El
Gets the current X position of the element based on page coordinates.
getX() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCloseSegRep
 
getX() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
getX() - Method in class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
getX() - Method in class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
 
getX() - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
getX() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getX() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCloseSegModel
 
getX() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
 
getX1() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
getX1() - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
getX1() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getX2() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
getX2() - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
getX2() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getXPath() - Method in class org.vectomatic.svg.edit.client.model.XPathMetadata
 
getXY() - Method in class com.extjs.gxt.ui.client.core.El
Gets the current position of the element based on page coordinates.
getY() - Method in class com.extjs.gxt.ui.client.core.El
Gets the current Y position of the element based on page coordinates.
getY() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCloseSegRep
 
getY() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
getY() - Method in class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
getY() - Method in class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
 
getY() - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
getY() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getY() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCloseSegModel
 
getY() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
 
getY1() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
getY1() - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
getY1() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getY2() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
getY2() - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
getY2() - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
getZIndex() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's z-index.
getZIndex() - Method in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
ghost() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
ghostMessage() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
ghostOperation() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
ghostSource() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
GLOBAL - Static variable in class org.vectomatic.svg.edit.client.model.ModelCategory
 
global() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
glyph() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
glyphRef() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
gplv3() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
gradients() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
graphicalContext() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
graphicalElementNames - Static variable in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Tag names of graphical elements
green() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
grid() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
grid() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
Grid - Class in org.vectomatic.svg.edit.client.engine
Class to represent grids.
Grid() - Constructor for class org.vectomatic.svg.edit.client.engine.Grid
 
grid - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The grid settings for this model
grid1() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
grid2() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
gridMarker() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
GridSelectionModelExt<M extends com.extjs.gxt.ui.client.data.ModelData> - Class in org.vectomatic.svg.edit.client.gxt.widget
Subclass to GridSelectionModel which allows the grid to be null
GridSelectionModelExt() - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.GridSelectionModelExt
 
groupElementNames - Static variable in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Tag names of group element

H

handleAppend(DNDEvent, TreePanel.TreeNode) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
handleChange() - Method in class org.vectomatic.svg.edit.client.gxt.binding.SpinnerFieldExtBinding
 
handleChange() - Method in class org.vectomatic.svg.edit.client.gxt.binding.SVGLengthFieldBinding
 
handleEvent(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.KeyNavExt
 
handleInsert(DNDEvent, TreePanel.TreeNode) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
handler - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
HasActivateWindowHandlers - Interface in org.vectomatic.svg.edit.client.event
Interface to notify window activation
HasCommandFactorySelectorChangeHandlers - Interface in org.vectomatic.svg.edit.client.event
Interface implemented by the command factory selector to broadcast its changes
HasDeactivateWindowHandlers - Interface in org.vectomatic.svg.edit.client.event
Interface to notify window deactivation
hasDimensions - Variable in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
True if the use element refers to an object which has a width and height (svg or symbol), false otherwise.
hashCode() - Method in class org.vectomatic.svg.edit.client.load.FileLoadRequest
 
hashCode() - Method in class org.vectomatic.svg.edit.client.load.InternalLoadRequest
 
hashCode() - Method in class org.vectomatic.svg.edit.client.load.UrlLoadRequest
 
hashCode() - Method in class org.vectomatic.svg.edit.client.model.svg.DashArray
 
hashCode() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
hashCode() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPoints
 
hashCode() - Method in class org.vectomatic.svg.edit.client.utils.DecoratedImageCache.StoreKey
 
hasIcons() - Method in class org.vectomatic.svg.edit.client.model.svg.ComboStore
 
HasRotationHandlers - Interface in org.vectomatic.svg.edit.client.event
Interface implemented by objects which emit rotation events
HasScalingHandlers - Interface in org.vectomatic.svg.edit.client.event
Interface implemented by objects which emit scaling events
hasStyleName(String) - Method in class com.extjs.gxt.ui.client.core.El
Checks if the specified CSS style name exists on this element's DOM node.
height - Variable in class org.vectomatic.svg.edit.client.utils.SimpleImagePrototype
 
HEIGHT_VALIDATOR - Static variable in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
hidden - Variable in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
hide() - Method in class com.extjs.gxt.ui.client.core.El
Hides this element
hideManipulator() - Method in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
highlightedModel - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The highlighted model in highlighting mode
highlightingMode - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The current mode (false = display mode, true = highlighting mode)
highlightModel(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
hkern() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
HORIZONTAL_ATTACH_LEFT - Static variable in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
HORIZONTAL_ATTACH_RIGHT - Static variable in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
hruler() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
hrulerPattern() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
HSliderFieldFactory(float, float) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.HSliderFieldFactory
 
HtmlEditor - Class in com.extjs.gxt.ui.client.widget.form
Provides a lightweight HTML Editor component.
HtmlEditor() - Constructor for class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
HtmlEditor.EventHandler - Class in com.extjs.gxt.ui.client.widget.form
 
HtmlEditor.HtmlEditorImages - Class in com.extjs.gxt.ui.client.widget.form
 
HtmlEditor.HtmlEditorMessages - Class in com.extjs.gxt.ui.client.widget.form
 
HtmlEditor.rte - Class in com.extjs.gxt.ui.client.widget.form
 
HtmlEditorImages() - Constructor for class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
HtmlEditorMessages() - Constructor for class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
httpErrorMessage(String) - Method in interface org.vectomatic.svg.edit.client.AppMessages
 
hue() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 

I

ICommand - Interface in org.vectomatic.svg.edit.client.command
Interface to represent a command.
ICommandFactory - Interface in org.vectomatic.svg.edit.client.command
Interface for command factories.
ICON - Static variable in class org.vectomatic.svg.edit.client.model.svg.ComboStore
 
IConverter<S,D> - Interface in org.vectomatic.svg.edit.client.model
Interface to convert a data type into another.
id() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
IDndHandler - Interface in org.vectomatic.svg.edit.client.command.dnd
Interface for classes which interpret drag and drop input
idPrefix - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The prefix used for all id attributes in this model
IdRefTokenizer - Class in org.vectomatic.svg.edit.client.engine
Class to split SVG attribute values into a stream of tokens.
IdRefTokenizer() - Constructor for class org.vectomatic.svg.edit.client.engine.IdRefTokenizer
 
IdRefTokenizerMozilla - Class in org.vectomatic.svg.edit.client.engine
FF version of IdRefTokenizer (required because FF does inconsistently add quotes around id refs).
IdRefTokenizerMozilla() - Constructor for class org.vectomatic.svg.edit.client.engine.IdRefTokenizerMozilla
 
IdRefTokenizerOpera - Class in org.vectomatic.svg.edit.client.engine
Opera version of IdRefTokenizer (required because Opera transforms urls into absolute urls).
IdRefTokenizerOpera() - Constructor for class org.vectomatic.svg.edit.client.engine.IdRefTokenizerOpera
 
idToModel - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
Associates element ids with their model
IFactoryInstantiator<T extends ICommandFactory> - Interface in org.vectomatic.svg.edit.client.command
Interface to instantiate command factories
IFieldFactory - Interface in org.vectomatic.svg.edit.client.model
Interface for objects which know how to how to create a form widget for a given metadata.
IInspectorSection<M extends AbstractModel<?>> - Interface in org.vectomatic.svg.edit.client.inspector
Interface for inspector sections.
IInspectorSectionFactory - Interface in org.vectomatic.svg.edit.client.inspector
Interface to instantiate the section dedicated to inspecting a category of a given metamodel.
ILoadRequest - Interface in org.vectomatic.svg.edit.client.load
Interface to represent a request to load an SVG resource into the application
image() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
image() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
IMAGE_HREF_FIELD_FACTORY - Static variable in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 
imageGeometryManipulator() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
imageHref() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
imageHref() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
imageHrefDropArea() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
ImageHrefField - Class in org.vectomatic.svg.edit.client.gxt.form
Field subclass to edit SVG image xlink:href values.
ImageHrefField() - Constructor for class org.vectomatic.svg.edit.client.gxt.form.ImageHrefField
 
ImageHrefFieldBinding - Class in org.vectomatic.svg.edit.client.gxt.binding
Binding class for ImageHrefField
ImageHrefFieldBinding(ImageHrefField, String) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.ImageHrefFieldBinding
 
ImageLoader - Class in org.vectomatic.svg.edit.client.utils
Class to preload a list of images
ImageLoader() - Constructor for class org.vectomatic.svg.edit.client.utils.ImageLoader
Constructor
imageLoadError() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
images - Variable in class org.vectomatic.svg.edit.client.utils.ImageLoader
 
imageToDecorations - Variable in class org.vectomatic.svg.edit.client.utils.DecoratedImageCache
Cache storage
IMetadata<T,U> - Interface in org.vectomatic.svg.edit.client.model
Interface to abstract access to a property of a GXT ModelData model object
IModelFilter - Interface in org.vectomatic.svg.edit.client.command
Interface to filter SVG models
impl - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
increasefontsize - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
index1 - Variable in class org.vectomatic.svg.edit.client.engine.IdRefTokenizer
 
index2 - Variable in class org.vectomatic.svg.edit.client.engine.IdRefTokenizer
 
indexOf(ModelData) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
info(String, String) - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
inherit() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
inherit() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
init(String, ImageResource, List<ModelCategory<U>>, IFactoryInstantiator<?>[][]) - Method in class org.vectomatic.svg.edit.client.model.MetaModel
 
init(ServletConfig) - Method in class org.vectomatic.svg.edit.server.FetchServlet
 
insert(ModelData, int) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Inserts a child to the model and fires an ChangeEventSource.Add event.
insertBefore(Element) - Method in class com.extjs.gxt.ui.client.core.El
Inserts this element before the passed element.
insertBefore(Element, Element) - Method in class com.extjs.gxt.ui.client.core.El
Inserts the element as a child before the given element.
insertBefore(Element[], Element) - Method in class com.extjs.gxt.ui.client.core.El
Inserts the elements as a child before the given element.
insertBefore(SVGElementModel, SVGElementModel, SVGElementModel) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Insert a new model into this SVG model before the specified child model or the specified parent model.
insertChild(Element, int) - Method in class com.extjs.gxt.ui.client.core.El
Inserts an element at the specified index.
insertChild(Element[], int) - Method in class com.extjs.gxt.ui.client.core.El
Inserts the children at the specified index.
insertFirst(Element) - Method in class com.extjs.gxt.ui.client.core.El
Inserts an element as the first child.
insertFirst(Element[]) - Method in class com.extjs.gxt.ui.client.core.El
Inserts the children.
insertFirst(String) - Method in class com.extjs.gxt.ui.client.core.El
Creates and inserts a child element.
insertHtml(String, String) - Method in class com.extjs.gxt.ui.client.core.El
Inserts an html fragment into this element
insertInto(Element) - Method in class com.extjs.gxt.ui.client.core.El
Inserts the element into the given parent.
insertInto(Element, int) - Method in class com.extjs.gxt.ui.client.core.El
Inserts a element.
insertLast(Element) - Method in class com.extjs.gxt.ui.client.core.El
Inserts the child element as the last child.
insertPoint() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
insertPoint() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
 
insertPointBefore(OMSVGPoint, int) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
 
insertPointButton() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
insertSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
insertSegmentButton() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
insertSibling(Element, String) - Method in class com.extjs.gxt.ui.client.core.El
Inserts the passed element as a sibling of this element.
insertSibling(Element[], String) - Method in class com.extjs.gxt.ui.client.core.El
Inserts the passed elements as a sibling of this element.
Inspector<M extends AbstractModel<?>> - Class in org.vectomatic.svg.edit.client.inspector
Class to provide an editable view of a metamodel.
Inspector(MetaModel<?>) - Constructor for class org.vectomatic.svg.edit.client.inspector.Inspector
 
inspector() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
inspectorMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
inspectorMultiSelection() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
inspectorNoSelection() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
InspectorWindow - Class in org.vectomatic.svg.edit.client.inspector
Class to manage the inspector window.
InspectorWindow() - Constructor for class org.vectomatic.svg.edit.client.inspector.InspectorWindow
 
inspectorWindow() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
INSTANCE - Static variable in interface org.vectomatic.svg.edit.client.AppBundle
 
INSTANCE - Static variable in interface org.vectomatic.svg.edit.client.AppConstants
 
INSTANCE - Static variable in interface org.vectomatic.svg.edit.client.AppMessages
 
INSTANCE - Static variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
 
INSTANCE - Static variable in class org.vectomatic.svg.edit.client.inspector.GenericSectionFactory
 
INSTANCE - Static variable in class org.vectomatic.svg.edit.client.inspector.PathSectionFactory
 
INSTANCE - Static variable in class org.vectomatic.svg.edit.client.inspector.SVGPointsSectionFactory
 
INSTANCE - Static variable in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
INSTANCE - Static variable in class org.vectomatic.svg.edit.client.model.svg.SVGPathSegType
 
INSTANCE - Static variable in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.add.AddCircleCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.add.AddEllipseCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.add.AddGroupCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.add.AddLineCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.add.AddPolygonCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.add.AddPolylineCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.add.AddRectCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.DndCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.EditGeometryCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.EditImageHrefCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.EditTitleCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.EditTransformCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.GenericEditCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.RemoveElementsCommandFactory
 
INSTANTIATOR - Static variable in class org.vectomatic.svg.edit.client.command.ShowPropertiesCommandFactory
 
InternalLoadRequest - Class in org.vectomatic.svg.edit.client.load
Class to load built-in resources into the application
InternalLoadRequest(SVGResource, String) - Constructor for class org.vectomatic.svg.edit.client.load.InternalLoadRequest
 
IPathRepOwner - Interface in org.vectomatic.svg.edit.client.command.path
Interface for classes which own a segment representation
IPathRepOwner.Mode - Enum in org.vectomatic.svg.edit.client.command.path
Enum to represent the possible edition modes
IPathRepOwner.VertexState - Enum in org.vectomatic.svg.edit.client.command.path
Enum to represent the state of a path vertex
IPropertyAccessor<T,U> - Interface in org.vectomatic.svg.edit.client.model
Class to access javascript property or function
is(String) - Method in class com.extjs.gxt.ui.client.core.El
Returns true if this element matches the passed simple selector (e.g.
isAncestorOf(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Returns true if the specified model is an ancestor of this model.
isAttached() - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
isAttachedBottom() - Method in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
isAttachedLeft() - Method in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
isAttachedRight() - Method in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
isAttachedTop() - Method in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
isBorderBox(Element) - Static method in class com.extjs.gxt.ui.client.core.El
Returns true if the passed element has a border box.
isBorderBox() - Method in class com.extjs.gxt.ui.client.core.El
Returns true if the element is a border box.
isConnected() - Method in class com.extjs.gxt.ui.client.core.El
Returns true if the element is part of the browser's DOM.
isConstrainClient() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns true if drag is constrained to the viewport.
isConstrainHorizontal() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns true if horizontal movement is constrained.
isConstrainVertical() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns true if vertical movement is constrained.
isDataUrl(String) - Static method in class org.vectomatic.svg.edit.client.model.svg.SVGImageElementModel
Returns true if the specified url is an image data url, false otherwise
isDefinitionElement(SVGElement) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Returns true if the specified node is a definition element.
isDragging() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns true if a drag is in progress.
isEnableAlignments() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
isEnableColors() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
isEnabled() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns true if enabled.
isEnableFont() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
isEnableFontSize() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
isEnableFormat() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
isEnableLinks() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
isEnableLists() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
isGraphicalElement(SVGElement) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Returns true if the specified node is a graphical element.
isGroupElement(SVGElement) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
 
isHighlightingMode() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
isLeaf() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
isMasked() - Method in class com.extjs.gxt.ui.client.core.El
Returns true if this element is masked.
isMoveAfterProxyDrag() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns true if the drag widget is moved after a proxy drag.
isOrHasChild(Element) - Method in class com.extjs.gxt.ui.client.core.El
Returns true if the child element is or a child of this element.
isScrollable() - Method in class com.extjs.gxt.ui.client.core.El
Returns whether the element is scrollable (x or y).
isScrollableX() - Method in class com.extjs.gxt.ui.client.core.El
Returns whether the element is scrollable on the x-axis.
isScrollableY() - Method in class com.extjs.gxt.ui.client.core.El
Returns whether the element is scrollable on the y-axis.
isSelectableTarget(M, Element) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
isShowToolbar() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
isSilent() - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
isSizeProxyToSource() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns true if the proxy element is sized to match the drag widget.
isSourceEditMode() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
isStyleAttribute(Map<String, String>, boolean) - Method in class com.extjs.gxt.ui.client.core.El
 
isStyleAttribute(String, String) - Method in class com.extjs.gxt.ui.client.core.El
 
isSuspended() - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
 
isSvgElement(Node) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Returns true if the specified node is an SVG element.
isTitleDescElement(SVGElement) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Returns true if the specified element is an SVG title or desc element.
isTransformable(Node) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Returns true if the specified element implements ISVGTransformable.
isUpdateOriginalValue() - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Returns true if the field's original value is updated when the field is bound.
isUpdateZIndex() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns true if the z-index is updated after a drag.
isUseProxy() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Returns true if proxy element is enabled.
isValidDropTarget(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.command.DndCommandFactory
 
isValidSource(DNDEvent, List<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.dnd.DndCopyHandler
 
isValidSource(DNDEvent, List<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.dnd.DndHandlerBase
 
isValidSource(DNDEvent, List<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.dnd.DndLinkHandler
 
isValidSource(DNDEvent, List<SVGElementModel>) - Method in interface org.vectomatic.svg.edit.client.command.dnd.IDndHandler
Determines the feasibility of creating a command using the specified source elements as drag sources.
isValidSource(DNDEvent, List<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.DndCommandFactory
Returns true if the drag start event comes from a valid drag source
isValidTarget(List<SVGElementModel>, SVGElementModel) - Method in class org.vectomatic.svg.edit.client.command.dnd.DndHandlerBase
 
isValidTarget(List<SVGElementModel>, SVGElementModel) - Method in interface org.vectomatic.svg.edit.client.command.dnd.IDndHandler
Determines if dropping on the specified target will result in a successful command creation.
isVisibility() - Method in class com.extjs.gxt.ui.client.core.El
Returns true if the element is visible using the css 'visibiliy' attribute.
isVisible() - Method in class com.extjs.gxt.ui.client.core.El
Returns whether the element is currently visible.
isVisible(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Returns whether the element is currently visible.
italic - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
IValidatable<T> - Interface in org.vectomatic.svg.edit.client.model
Interface for models which support validation
IValidator<T,U> - Interface in org.vectomatic.svg.edit.client.model
Interface for classes which provide data validation for a metadata.

J

JSMetadata<T,U> - Class in org.vectomatic.svg.edit.client.model
Metadata class based on a java script property or a function
JSMetadata(String, String, IFieldFactory, IPropertyAccessor<T, U>, IFactoryInstantiator<?>, IValidator<T, U>) - Constructor for class org.vectomatic.svg.edit.client.model.JSMetadata
 
justifyCenter - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
justifyLeft - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
justifyRight - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 

K

KEY_F2 - Static variable in class org.vectomatic.svg.edit.client.gxt.widget.KeyNavExt
 
keyNav - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
keyNav - Variable in class org.vectomatic.svg.edit.client.SVGWindow
To control keyboard input
KeyNavExt<E extends com.extjs.gxt.ui.client.event.ComponentEvent> - Class in org.vectomatic.svg.edit.client.gxt.widget
Provides a convenient wrapper for normalized keyboard navigation.
KeyNavExt() - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.KeyNavExt
Creates a new KeyNav without a target component.
KeyNavExt(Component) - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.KeyNavExt
Creates a new key nav for the specified target.
KeyPressProcessor - Interface in org.vectomatic.svg.edit.client.event
Interface for key press event processors
KeyUpProcessor - Interface in org.vectomatic.svg.edit.client.event
Interface for key up event processors

L

LABEL - Static variable in class org.vectomatic.svg.edit.client.model.svg.ComboStore
 
last - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
Index of the last visible segment in the segment stack
lastChild() - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's last child.
lastSegment() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
lastSegment() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
lastX - Variable in class com.extjs.gxt.ui.client.fx.Draggable
 
lastY - Variable in class com.extjs.gxt.ui.client.fx.Draggable
 
lHandleGroup - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
The group where line segments are nested.
line() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
line - Variable in class org.vectomatic.svg.edit.client.command.add.AddLineCommandFactory
The new line element
line - Variable in class org.vectomatic.svg.edit.client.gxt.widget.DashArrayCell
 
line() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
linearGradient() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
lineCapButt() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
lineCapRound() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
lineCapSquare() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
lineGeometryManipulator() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
lineJoinBevel() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
lineJoinMiter() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
lineJoinRound() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
lineTo1stPoint - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
lineTo2ndPoint - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
lineToSeg - Variable in class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
lineX1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
lineX2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
lineY1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
lineY2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
link - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
listener - Variable in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
ListField<D extends com.extjs.gxt.ui.client.data.ModelData> - Class in com.extjs.gxt.ui.client.widget.form
A multi-select list field.
ListField() - Constructor for class com.extjs.gxt.ui.client.widget.form.ListField
 
listView - Variable in class com.extjs.gxt.ui.client.widget.form.ListField
 
load(RequestBuilder) - Method in class com.extjs.gxt.ui.client.core.El
Retrieves the data using the request builder and updates the element'c contents.
load() - Method in class org.vectomatic.svg.edit.client.load.FileLoadRequest
 
load() - Method in interface org.vectomatic.svg.edit.client.load.ILoadRequest
Load the request
load() - Method in class org.vectomatic.svg.edit.client.load.InternalLoadRequest
 
load() - Method in class org.vectomatic.svg.edit.client.load.NewDocRequest
 
load() - Method in class org.vectomatic.svg.edit.client.load.RSSReader
 
load() - Method in class org.vectomatic.svg.edit.client.load.UrlLoadRequest
 
loadErrorMessage(String, String) - Method in interface org.vectomatic.svg.edit.client.AppMessages
 
loadImages(ImageResource[]) - Method in class org.vectomatic.svg.edit.client.utils.ImageLoader
Preloads the specified images, asynchronously.
LoadRequestBase - Class in org.vectomatic.svg.edit.client.load
Abstract base class for ILoadRequest implementations
LoadRequestBase() - Constructor for class org.vectomatic.svg.edit.client.load.LoadRequestBase
 
log(String) - Static method in class org.vectomatic.svg.edit.client.SvgrealApp
 
logo() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 

M

m - Variable in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
The transform from screen coordinates to manipulator coordinates when a mousedown event occurs
m - Variable in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
The transform from screen coordinates to manipulator coordinates when a mousedown event occurs
m - Variable in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
The transform from screen coordinates to manipulator coordinates when a mousedown event occurs
m - Variable in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
The transform from screen coordinates to manipulator coordinates when a mousedown event occurs
m - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
The transform from screen coordinates to manipulator coordinates when a mousedown event occurs
m - Variable in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
The transform from screen coordinates to manipulator coordinates when a mousedown event occurs
m - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
The transform from screen coordinates to manipulator coordinates when a mousedown event occurs
m - Variable in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
The transform from screen coordinates to manipulator coordinates when a mousedown event occurs
m - Variable in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
The transform from screen coordinates to manipulator coordinates when a mousedown event occurs
m - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The matrix transform to the xform group and twin group
m0 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The transform from screen coordinates to manipulator coordinates when a mousedown event occurs
main(String[]) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
 
makeId(String, String) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
 
makePositionable() - Method in class com.extjs.gxt.ui.client.core.El
Makes an element positionable.
makePositionable(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Makes an element positionable.
manipulator - Variable in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
The manipulator used to interact with the SVG element
ManipulatorCommandFactoryBase - Class in org.vectomatic.svg.edit.client.command
Base class for command factories which display a graphical manipulator to let the end-user interact with an SVG element
ManipulatorCommandFactoryBase() - Constructor for class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
ManipulatorSectionFactory - Class in org.vectomatic.svg.edit.client.inspector
 
ManipulatorSectionFactory(ICommandFactory) - Constructor for class org.vectomatic.svg.edit.client.inspector.ManipulatorSectionFactory
 
manipulatorToStore - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
marker() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
mask() - Method in class com.extjs.gxt.ui.client.core.El
Puts a mask over this element to disable user interaction.
mask(String) - Method in class com.extjs.gxt.ui.client.core.El
Puts a mask over this element to disable user interaction.
mask(String, String) - Method in class com.extjs.gxt.ui.client.core.El
Puts a mask over this element to disable user interaction.
mask() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
message - Variable in class org.vectomatic.svg.edit.client.model.ValidationError
The error message before arguments substitution
metadata() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
metadata - Variable in class org.vectomatic.svg.edit.client.gxt.form.CssContainer
 
MetadataBase<T,U> - Class in org.vectomatic.svg.edit.client.model
Base class for metadata
MetadataBase(String, String, IFieldFactory, IFactoryInstantiator<?>, IValidator<T, U>) - Constructor for class org.vectomatic.svg.edit.client.model.MetadataBase
 
MetaModel<U> - Class in org.vectomatic.svg.edit.client.model
Metamodel contains information which enable the introspection of a model.
MetaModel() - Constructor for class org.vectomatic.svg.edit.client.model.MetaModel
 
MetaModelFilter - Class in org.vectomatic.svg.edit.client.command
Filter implementation to accept only elements which belong to one specified metamodel.
MetaModelFilter(MetaModel) - Constructor for class org.vectomatic.svg.edit.client.command.MetaModelFilter
 
metaModelToManipulator - Static variable in class org.vectomatic.svg.edit.client.command.EditGeometryCommandFactory
 
metaModelToSection - Static variable in class org.vectomatic.svg.edit.client.inspector.PathInspectorSection
 
missingGlyph() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
mode - Variable in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
The mode the manipulator is presently using
mode - Variable in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
The mode the manipulator is presently using
mode - Variable in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
The mode the manipulator is presently using
mode - Variable in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
The mode the manipulator is presently using
mode - Variable in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
The mode the manipulator is presently using
mode - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
The mode the manipulator is presently using
mode - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The mode the manipulator is presently using
mode - Variable in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
The mode the manipulator is presently using
mode - Variable in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
The mode the manipulator is presently using
model - Variable in class com.extjs.gxt.ui.client.binding.FieldBinding
 
model - Variable in class org.vectomatic.svg.edit.client.command.GenericAddCommand
 
model - Variable in class org.vectomatic.svg.edit.client.command.GenericEditCommand
 
ModelCategory<U> - Class in org.vectomatic.svg.edit.client.model
Class to group related metadata of a model into a logical abstraction
ModelCategory(String, String, IInspectorSectionFactory) - Constructor for class org.vectomatic.svg.edit.client.model.ModelCategory
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
 
modelChanged(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
 
ModelConstants - Interface in org.vectomatic.svg.edit.client.model
Interface to define text constants used in the application model.
modelGroup - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The root of the model tree.
models - Variable in class org.vectomatic.svg.edit.client.command.dnd.CloneCommand
The models to copy, unsorted
models - Variable in class org.vectomatic.svg.edit.client.command.dnd.CopyCommand
The models to copy, unsorted
models - Variable in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
The models to move, unsorted
models - Variable in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
The models to move, unsorted
models - Variable in class org.vectomatic.svg.edit.client.command.GenericRemoveCommand
The models to remove
modelToRep - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
Map model to their segment representations
monitorModel - Variable in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
True to temporarily disconnect from model updates, false otherwise
MouseDownProcessor - Interface in org.vectomatic.svg.edit.client.event
Interface for mousedown event processors
MouseMoveProcessor - Interface in org.vectomatic.svg.edit.client.event
Interface for mousemove event processors
mousePressed - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
True if the mouse button is pressed, false otherwise
MouseUpProcessor - Interface in org.vectomatic.svg.edit.client.event
Interface for mouseup event processors
MoveCommand - Class in org.vectomatic.svg.edit.client.command.dnd
Class to represent a tree reordering command
MoveCommand(List<SVGElementModel>, SVGElementModel, DndCommandFactory.DropGesture) - Constructor for class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
 
moveDrag(DragEvent) - Method in class org.vectomatic.svg.edit.client.SVGWindow
 
moveToSeg - Variable in class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
The moveto component of this path segment
mpath() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 

N

name - Variable in class org.vectomatic.svg.edit.client.command.GenericAddCommand
 
NAME - Static variable in interface org.vectomatic.svg.edit.client.command.ICommand
 
NAME - Static variable in interface org.vectomatic.svg.edit.client.command.IFactoryInstantiator
 
NamedColor() - Constructor for class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor.NamedColor
 
names() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
NEGATIVE_RADIUS_VALIDATOR - Static variable in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
negativeDashOffset() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
negativeHeight() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
negativeMiterLimit() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
negativeRadius() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
negativeStrokeWidth() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
negativeWidth() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
NewDocRequest - Class in org.vectomatic.svg.edit.client.load
Class to create new blank files into the application
NewDocRequest() - Constructor for class org.vectomatic.svg.edit.client.load.NewDocRequest
 
newDocument() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
newDocumentMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
newIdPrefix() - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Creates a new unique id prefix for id attributes of an svg model.
newInstance(OMSVGSVGElement, String, String) - Static method in class org.vectomatic.svg.edit.client.engine.SVGModel
Factory method.
newPrefixExtension(String, String) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Creates a new unique id prefix with the specified extension
newValues - Variable in class org.vectomatic.svg.edit.client.command.GenericEditCommand
 
next - Variable in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
The next segment in the path
nextSibling() - Method in class com.extjs.gxt.ui.client.core.El
Returns the elements next sibling.
nextToken() - Method in class org.vectomatic.svg.edit.client.engine.IdRefTokenizer
 
nextToken() - Method in class org.vectomatic.svg.edit.client.engine.IdRefTokenizerMozilla
 
nextToken() - Method in class org.vectomatic.svg.edit.client.engine.IdRefTokenizerOpera
 
noImage() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
NOP_CONVERTER - Static variable in interface org.vectomatic.svg.edit.client.model.IConverter
 
normalize() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPathElementModel
Normalizes the path definition so that only M, L, Q, C, A, and Z segment types remain.
normalizeIds(OMSVGElement, String) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Transforms all ids and id-refs in the specified source svg to avoid collisions with other svgs in other models.
noSegments() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
notify(ChangeEvent) - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
notifyPropertyChanged(String, Object, Object) - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
noVertices() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
NUMBER_FIELD_FACTORY - Static variable in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 

O

ol - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
oldValues - Variable in class org.vectomatic.svg.edit.client.command.GenericEditCommand
 
onActivate(ActivateWindowEvent) - Method in interface org.vectomatic.svg.edit.client.event.ActivateWindowHandler
 
onActivate(ActivateWindowEvent) - Method in class org.vectomatic.svg.edit.client.gxt.panels.CommandFactoryToolBar
 
onAttach() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
onAttach() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.rte
 
onAttach() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
onBlur(BlurEvent) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.EventHandler
 
onBlur(ComponentEvent) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
onChange(CommandFactorySelectorChangeEvent) - Method in interface org.vectomatic.svg.edit.client.event.CommandFactorySelectorChangeHandler
 
onChange(CommandFactorySelectorChangeEvent) - Method in class org.vectomatic.svg.edit.client.gxt.panels.CommandFactoryToolBar
 
onCheckChange(TreePanel.TreeNode, boolean, boolean) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onClick(ClickEvent) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.EventHandler
 
onClick(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.CommandFactoryMenuItem
 
onClick(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.RecentDocMenuItem
 
onClick(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.RedoCommandMenuItem
 
onClick(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.UndoCommandMenuItem
 
onConvertFieldValue(Object) - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
 
onConvertModelValue(Object) - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
 
onConvertModelValue(Object) - Method in class org.vectomatic.svg.edit.client.gxt.binding.ResetButtonBinding
 
onDeactivate(DeactivateWindowEvent) - Method in interface org.vectomatic.svg.edit.client.event.DeactivateWindowHandler
 
onDeactivate(DeactivateWindowEvent) - Method in class org.vectomatic.svg.edit.client.gxt.panels.CommandFactoryToolBar
 
onDetach() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.rte
 
onDisable() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
onDisable() - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
onDragDrop(DNDEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDragSource
 
onDragDrop(DNDEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
onDragEnter(DNDEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
onDragEnter(DragEnterEvent) - Method in class org.vectomatic.svg.edit.client.load.DndHandler
 
onDragFail(DNDEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDragSource
 
onDragFail(DNDEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
onDragLeave(DNDEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
onDragLeave(DragLeaveEvent) - Method in class org.vectomatic.svg.edit.client.load.DndHandler
 
onDragMove(DNDEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
onDragOver(DragOverEvent) - Method in class org.vectomatic.svg.edit.client.load.DndHandler
 
onDragStart(DNDEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDragSource
 
onDrop(DropEvent) - Method in class org.vectomatic.svg.edit.client.load.DndHandler
 
onDropChange(TreePanel.TreeNode, boolean) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onEditorKeyDown(KeyDownEvent) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
onEnable() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
onEnable() - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
oneShot - Variable in class org.vectomatic.svg.edit.client.command.add.AddCommandFactoryBase
If true, the command should create just one element before auto-stopping, otherwise, it should keep building commands until explicitely stopped
onEvent(TreePanelEvent) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onFieldChange(FieldEvent) - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
 
onFocus(FocusEvent) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.EventHandler
 
onFocus(ComponentEvent) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
onFocus(ComponentEvent) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
onHide() - Method in class org.vectomatic.svg.edit.client.inspector.InspectorWindow
 
onIconStyleChange(TreePanel.TreeNode, AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onJointChange(TreePanel.TreeNode, TreePanel.Joint) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onKeyDown(KeyDownEvent) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.EventHandler
 
onKeyDown(FieldEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
onKeyPress(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
onKeyPress(E) - Method in class org.vectomatic.svg.edit.client.gxt.widget.KeyNavExt
 
onKeyPress(FieldEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
onKeyUp(KeyUpEvent) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.EventHandler
 
onKeyUp(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
onKeyUp(E) - Method in class org.vectomatic.svg.edit.client.gxt.widget.KeyNavExt
 
onLastFocusChanged(M, M) - Method in class org.vectomatic.svg.edit.client.gxt.widget.GridSelectionModelExt
 
onLayout(Container<?>, El) - Method in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayout
 
onLoading(TreePanel.TreeNode) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onModelChange(PropertyChangeEvent) - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
 
onModuleLoad() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
onMouseDown(ComponentEvent) - Method in class com.extjs.gxt.ui.client.fx.Draggable
 
onMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
onMouseMove(Event) - Method in class com.extjs.gxt.ui.client.fx.Draggable
 
onMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
onMouseOut(TreePanelEvent) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onMouseOver(TreePanelEvent) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
onOverChange(TreePanel.TreeNode, boolean) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onRender(Element, int) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
onRender(Element, int) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.rte
 
onRender(Element, int) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
onRender(Element, int) - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
onRender(Element, int) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
onResize(int, int) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
onResize(int, int) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
onResize(int, int) - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
onRotate(RotationEvent) - Method in interface org.vectomatic.svg.edit.client.event.RotationHandler
 
onScale(ScalingEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
onScale(ScalingEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
 
onScale(ScalingEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
onScale(ScalingEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
onScale(ScalingEvent) - Method in interface org.vectomatic.svg.edit.client.event.ScalingHandler
 
onSelectChange(M, boolean) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onSelectChange(M, boolean) - Method in class org.vectomatic.svg.edit.client.gxt.widget.GridSelectionModelExt
 
onSelectChange(SVGElementModel, boolean) - Method in class org.vectomatic.svg.edit.client.SVGSelectionModel
 
onSelectionChange(List<D>) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
onShow() - Method in class org.vectomatic.svg.edit.client.inspector.InspectorWindow
 
onTextChange(TreePanel.TreeNode, String) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
onTriggerClick(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
onTwinTriggerClick(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
onValueChange(ValueChangeEvent<Size>) - Method in class org.vectomatic.svg.edit.client.gxt.binding.ImageHrefFieldBinding
 
openButton() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
openLocalImageButton() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
openLocalMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
openRssFeed() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
openRssFeedMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
openUrl() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
openUrlMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
openUrlText() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
org.vectomatic.svg.edit.client - package org.vectomatic.svg.edit.client
 
org.vectomatic.svg.edit.client.command - package org.vectomatic.svg.edit.client.command
 
org.vectomatic.svg.edit.client.command.add - package org.vectomatic.svg.edit.client.command.add
 
org.vectomatic.svg.edit.client.command.dnd - package org.vectomatic.svg.edit.client.command.dnd
 
org.vectomatic.svg.edit.client.command.edit - package org.vectomatic.svg.edit.client.command.edit
 
org.vectomatic.svg.edit.client.command.path - package org.vectomatic.svg.edit.client.command.path
 
org.vectomatic.svg.edit.client.engine - package org.vectomatic.svg.edit.client.engine
 
org.vectomatic.svg.edit.client.event - package org.vectomatic.svg.edit.client.event
 
org.vectomatic.svg.edit.client.gxt.binding - package org.vectomatic.svg.edit.client.gxt.binding
 
org.vectomatic.svg.edit.client.gxt.form - package org.vectomatic.svg.edit.client.gxt.form
 
org.vectomatic.svg.edit.client.gxt.layout - package org.vectomatic.svg.edit.client.gxt.layout
 
org.vectomatic.svg.edit.client.gxt.panels - package org.vectomatic.svg.edit.client.gxt.panels
 
org.vectomatic.svg.edit.client.gxt.widget - package org.vectomatic.svg.edit.client.gxt.widget
 
org.vectomatic.svg.edit.client.inspector - package org.vectomatic.svg.edit.client.inspector
 
org.vectomatic.svg.edit.client.load - package org.vectomatic.svg.edit.client.load
 
org.vectomatic.svg.edit.client.model - package org.vectomatic.svg.edit.client.model
 
org.vectomatic.svg.edit.client.model.svg - package org.vectomatic.svg.edit.client.model.svg
 
org.vectomatic.svg.edit.client.model.svg.path - package org.vectomatic.svg.edit.client.model.svg.path
 
org.vectomatic.svg.edit.client.utils - package org.vectomatic.svg.edit.client.utils
 
org.vectomatic.svg.edit.server - package org.vectomatic.svg.edit.server
 
originalSizeLabel() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
orphan(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
orphan(SVGElementModel, boolean) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
outOfRangeOpacity() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
over - Variable in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
owner - Variable in class org.vectomatic.svg.edit.client.command.add.AddCommandFactoryBase
The SVG model to which the element will be added
owner - Variable in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
The owner of the models to move
owner - Variable in class org.vectomatic.svg.edit.client.command.GenericAddCommand
 
owner - Variable in class org.vectomatic.svg.edit.client.command.GenericRemoveCommand
The owner of the models to remove
owner - Variable in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
The owner of this segment
owner - Variable in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
The path owning this segment
owner - Variable in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
The SVG model which owns this element

P

p - Variable in class org.vectomatic.svg.edit.client.command.add.AddEllipseCommandFactory
The ellipse corner
p - Variable in class org.vectomatic.svg.edit.client.command.add.AddLineCommandFactory
The line second point
p0 - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
The mousedown point in user space
p0 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
The mousedown point in user space
p0 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
The mousedown point in user space
p0 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
The mousedown point in user space
p0 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The mousedown point
p0 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
Mousedown point
p1 - Variable in class org.vectomatic.svg.edit.client.command.add.AddRectCommandFactory
The rect first point
p1Handle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
The endpoint handles
p2 - Variable in class org.vectomatic.svg.edit.client.command.add.AddRectCommandFactory
The rect second point
p2Handle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
The endpoint handles
PaintCell - Class in org.vectomatic.svg.edit.client.gxt.widget
Widget to display a paint value
PaintCell() - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.PaintCell
 
paintCurrent() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
paintCurrent() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
PaintField - Class in org.vectomatic.svg.edit.client.gxt.form
Field subclass to edit SVGPaint values
PaintField() - Constructor for class org.vectomatic.svg.edit.client.gxt.form.PaintField
 
PaintFieldBinding - Class in org.vectomatic.svg.edit.client.gxt.binding
Binding class for PaintField
PaintFieldBinding(PaintField, String) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.PaintFieldBinding
 
paintLinear() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
paintLinearGradient() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
paintNone() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
paintNone() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
paintPattern() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
paintPattern() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
paintPlain() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
paintPlain() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
paintRadial() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
paintRadialGradient() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
parent - Variable in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
The model's parent.
parentModel - Variable in class org.vectomatic.svg.edit.client.command.GenericAddCommand
 
parentModels - Variable in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
The parent models of the models to move, sorted
parentModels - Variable in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
The parent models of the models to move, sorted
parentModels - Variable in class org.vectomatic.svg.edit.client.command.GenericRemoveCommand
The parent models of the models to remove
parse(String) - Static method in class org.vectomatic.svg.edit.client.model.svg.DashArray
Creates a new dasharray from a CSS text value
path() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
path - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
The path representation
path - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
The path representation (differs from the actual svg path in the model so that the end user can see the difference between the actual model and its changes as they update the representation interactively).
path() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
pathClose() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
pathCubic() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
pathD() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
pathGeometryManipulator() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
PathInspectorSection - Class in org.vectomatic.svg.edit.client.inspector
Inspector section dedicated to SVG path geometry
PathInspectorSection(ModelCategory<?>) - Constructor for class org.vectomatic.svg.edit.client.inspector.PathInspectorSection
 
pathLine() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
pathMove() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
pathQuadratic() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
PathSectionFactory - Class in org.vectomatic.svg.edit.client.inspector
Factory to instantiate an inspector section dedicated to SVG path geometry
PathSectionFactory() - Constructor for class org.vectomatic.svg.edit.client.inspector.PathSectionFactory
 
pattern() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
points - Variable in class org.vectomatic.svg.edit.client.command.add.AddPolygonCommandFactory
 
points - Variable in class org.vectomatic.svg.edit.client.command.add.AddPolylineCommandFactory
 
POINTS_VALIDATOR - Static variable in class org.vectomatic.svg.edit.client.model.svg.SVGPoints
 
pointToLine1st - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
pointToLine2nd - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
pointToVertex - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
polygon() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
polygon - Variable in class org.vectomatic.svg.edit.client.command.add.AddPolygonCommandFactory
The new polygon element
polygon() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
polygonVertices() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
polyline() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
polyline - Variable in class org.vectomatic.svg.edit.client.command.add.AddPolylineCommandFactory
The new polyline element
polyline() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
popFactory() - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
Pops the current factory from the stack.
posHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
The (x,y) editor handle
posHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
The (x,y) editor handle
posHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
The (x,y) editor handle
posHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
The (x,y) editor handle
posHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
The (x,y) editor handle
posHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
The position editor handle (translates all the vertices).
posHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
The (x,y) editor handle
posHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
The (x,y) editor handle
previous - Variable in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
The previous segment in the path
previousCurve() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
previousSibling() - Method in class com.extjs.gxt.ui.client.core.El
Returns the elements previous sibling.
processDragAndDrop(DndCommandFactory.DropGesture) - Method in class org.vectomatic.svg.edit.client.command.DndCommandFactory
 
processFiles(FileList) - Method in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
 
processKeyPress(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.command.DndCommandFactory
 
processKeyPress(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
 
processKeyPress(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
processKeyPress(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
processKeyPress(ComponentEvent) - Method in interface org.vectomatic.svg.edit.client.event.KeyPressProcessor
Processes a key press event
processKeyUp(ComponentEvent) - Method in class org.vectomatic.svg.edit.client.command.DndCommandFactory
 
processKeyUp(ComponentEvent) - Method in interface org.vectomatic.svg.edit.client.event.KeyUpProcessor
Processes a key up event
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddCircleCommandFactory
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddEllipseCommandFactory
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddLineCommandFactory
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddPolygonCommandFactory
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddPolylineCommandFactory
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddRectCommandFactory
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
 
processMouseDown(MouseDownEvent) - Method in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
processMouseDown(MouseDownEvent) - Method in interface org.vectomatic.svg.edit.client.event.MouseDownProcessor
Processes a mousedown event
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddCircleCommandFactory
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddEllipseCommandFactory
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddLineCommandFactory
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddPolygonCommandFactory
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddPolylineCommandFactory
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddRectCommandFactory
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
 
processMouseMove(MouseMoveEvent) - Method in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
processMouseMove(OMSVGPoint, Element, float, boolean) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCloseSegRep
 
processMouseMove(OMSVGPoint, Element, float, boolean) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
processMouseMove(OMSVGPoint, Element, float, boolean) - Method in class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
processMouseMove(OMSVGPoint, Element, float, boolean) - Method in class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
 
processMouseMove(OMSVGPoint, Element, float, boolean) - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
processMouseMove(OMSVGPoint, Element, float, boolean) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
Updates the vertex, control points and tangents defining the segment
processMouseMove(MouseMoveEvent) - Method in interface org.vectomatic.svg.edit.client.event.MouseMoveProcessor
Processes a mousemove event
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddCircleCommandFactory
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddEllipseCommandFactory
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddLineCommandFactory
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.add.AddRectCommandFactory
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
 
processMouseUp(MouseUpEvent) - Method in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
processMouseUp(MouseUpEvent) - Method in interface org.vectomatic.svg.edit.client.event.MouseUpProcessor
Processes a mouseup event
processSelectionChanged(SelectionChangedEvent<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
 
processSelectionChanged(SelectionChangedEvent<SVGSegModel>) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
processSelectionChanged(SelectionChangedEvent<SVGPointsStore.SVGPoint>) - Method in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
processSelectionChanged(SelectionChangedEvent<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
processSelectionChanged(SelectionChangedEvent<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.RemoveElementsCommandFactory
 
processSelectionChanged(SelectionChangedEvent<M>) - Method in interface org.vectomatic.svg.edit.client.event.SelectionChangedProcessor
Processes a selection change event
processSelectionChanged(SelectionChangedEvent<IFactoryInstantiator<?>>) - Method in class org.vectomatic.svg.edit.client.gxt.panels.CommandFactoryToolBar
 
processSelectionChanged(SelectionChangedEvent<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.inspector.InspectorWindow
 
processStoreEvent(StoreEvent<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.EditCommandFactoryBase
 
processStoreEvent(StoreEvent<SVGElementModel>) - Method in interface org.vectomatic.svg.edit.client.event.StoreEventProcessor
Processes a store event
property - Variable in class com.extjs.gxt.ui.client.binding.FieldBinding
 
propertyName - Variable in class org.vectomatic.svg.edit.client.model.MetadataBase
 
proxyEl - Variable in class com.extjs.gxt.ui.client.fx.Draggable
 
pushFactory(ICommandFactory) - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
Pushes the factory on the stack.
pushValue() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 

Q

quadraticToSeg - Variable in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 

R

r0 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The rotation when a mousedown event occurs
radialGradient() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
RADIUS_VALIDATOR - Static variable in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
radiusXHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
The corner x radius handle
radiusYHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
The corner y radius handle
read(OMSVGGElement) - Static method in enum org.vectomatic.svg.edit.client.command.path.IPathRepOwner.Mode
 
read(OMSVGRectElement) - Static method in enum org.vectomatic.svg.edit.client.command.path.IPathRepOwner.VertexState
 
RecentDocMenuItem - Class in org.vectomatic.svg.edit.client.gxt.widget
Menu item class for menu items in the recent documents menu.
RecentDocMenuItem(ILoadRequest) - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.RecentDocMenuItem
 
recentDocumentsMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
record - Variable in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
A SVGElementModel record this manipulator applies to.
rect() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
rect - Variable in class org.vectomatic.svg.edit.client.command.add.AddRectCommandFactory
The new rect element
rect - Variable in class org.vectomatic.svg.edit.client.gxt.widget.PaintCell
 
rectangle() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
rectGeometryManipulator() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
rectHeight() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
rectRx() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
rectRy() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
rectWidth() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
rectX() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
rectY() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
red() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
redirect(String) - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
redo() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
redo() - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Redoes the previously undone command
redo(BeanModel) - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Redoes the previously undone command up to the specified command
redoButton() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
RedoCommandMenuItem - Class in org.vectomatic.svg.edit.client.gxt.widget
Menu item class for items in the redo menu
RedoCommandMenuItem(CommandStore, BeanModel) - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.RedoCommandMenuItem
 
redoMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
redoSegment() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
refModels - Variable in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
The next non-null siblings of the models to move, sorted, or null if no such siblings exist
refModels - Variable in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
The next non-null siblings of the models to move, sorted, or null if no such siblings exist
refModels - Variable in class org.vectomatic.svg.edit.client.command.GenericRemoveCommand
The next non-null siblings of the models to remove, or null if no such siblings exist
release() - Method in class com.extjs.gxt.ui.client.fx.Draggable
Removes the drag handles.
remove() - Method in class com.extjs.gxt.ui.client.core.El
Removes this element from the DOM
remove(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Removes the specified model
remove(String) - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
remove(SVGElement) - Method in class org.vectomatic.svg.edit.client.model.AttrMetadata
 
remove(SVGElement) - Method in class org.vectomatic.svg.edit.client.model.CssMetadata
 
remove(U) - Method in interface org.vectomatic.svg.edit.client.model.IMetadata
Removes the property from the the specified model object and returns its former value.
remove(U) - Method in class org.vectomatic.svg.edit.client.model.JSMetadata
 
remove(String) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
remove(int) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Removes the child at the given index.
remove(ModelData) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Removes the child from the model and fires a ChangeEventSource.Remove event.
remove(SVGElement) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsMetadata
 
remove(String) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore.SVGPoint
 
remove(SVGElement) - Method in class org.vectomatic.svg.edit.client.model.XPathMetadata
 
removeAll() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
removeButton() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
removeChangeListener(ChangeListener...) - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
removeChangeListeners() - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
removeChild(Element) - Method in class com.extjs.gxt.ui.client.core.El
Removes a child.
removeChildren() - Method in class com.extjs.gxt.ui.client.core.El
Removes all the elements children.
removeCmd() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
removeDanglingSegment() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
removeDash() - Method in class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
removeDashArray() - Method in class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
removeDashArrayTip() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
removeDashTip() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
removeDragListener(DragListener) - Method in class com.extjs.gxt.ui.client.fx.Draggable
Removes a previously added listener.
removeElementsCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
removeElementsCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
removeElementsCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
RemoveElementsCommandFactory - Class in org.vectomatic.svg.edit.client.command
Command factory to build commands which remove elements from the model
RemoveElementsCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.RemoveElementsCommandFactory
 
removeFromParent() - Method in class com.extjs.gxt.ui.client.core.El
Removes the element from it's parent.
removePoints() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
removePointsButton() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
removeSegmentsButton() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
removeSelectedPoints() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
 
removeSelectedSegments() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
removeSelectionListener(SelectionChangedListener<D>) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
removeStyleName(String...) - Method in class com.extjs.gxt.ui.client.core.El
Removes the style names(s) from the element.
removeStyleName(String) - Method in class com.extjs.gxt.ui.client.core.El
Removes a style name.
renameCmd() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
renameElementCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
renameElementCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
renameElementCmdFactory2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
renameElementCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
renameModel(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.SVGWindow
 
ReorderCommand - Class in org.vectomatic.svg.edit.client.command.dnd
Class to represent a tree reordering command
ReorderCommand(List<SVGElementModel>, SVGElementModel, DndCommandFactory.DropGesture) - Constructor for class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
 
repaint() - Method in class com.extjs.gxt.ui.client.core.El
Forces the Browser to repaint this element.
reparent(OMSVGElement, OMSVGElement) - Static method in class org.vectomatic.svg.edit.client.engine.SVGProcessor
Transfers all the children for one element to another element
replaceStyleName(String, String) - Method in class com.extjs.gxt.ui.client.core.El
Replaces a style name on the element with another.
repToModel - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
Map segment representations to their model
ResetButtonBinding - Class in org.vectomatic.svg.edit.client.gxt.binding
Binds a reset CSS property button with a CSS property of an SVGStyleElementModel.
ResetButtonBinding(ResetButtonField, String) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.ResetButtonBinding
 
ResetButtonField - Class in org.vectomatic.svg.edit.client.gxt.form
Reset button field.
ResetButtonField(CssMetadata<?>) - Constructor for class org.vectomatic.svg.edit.client.gxt.form.ResetButtonField
 
resetHrefButton() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
resetHrefTooltip() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
resetView() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
resetViewMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
resourceName - Variable in class org.vectomatic.svg.edit.client.command.EditImageHrefCommand
 
resourceName - Variable in class org.vectomatic.svg.edit.client.model.svg.SVGImageElementModel
Name of the resource used to initialize this image (url or file name).
resources - Variable in class org.vectomatic.svg.edit.client.utils.ImageLoader
 
resourceToImage - Variable in class org.vectomatic.svg.edit.client.utils.DecoratedImageCache
Maps image resources to simple images
resumeAll() - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
 
rHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
The radius editor handle
rollback() - Method in class org.vectomatic.svg.edit.client.command.dnd.CloneCommand
 
rollback() - Method in class org.vectomatic.svg.edit.client.command.dnd.CopyCommand
 
rollback() - Method in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
 
rollback() - Method in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
 
rollback() - Method in class org.vectomatic.svg.edit.client.command.GenericAddCommand
 
rollback() - Method in class org.vectomatic.svg.edit.client.command.GenericEditCommand
 
rollback() - Method in class org.vectomatic.svg.edit.client.command.GenericRemoveCommand
 
rollback() - Method in interface org.vectomatic.svg.edit.client.command.ICommand
Restores the model to its previous state
rotate - Variable in class org.vectomatic.svg.edit.client.gxt.widget.Compass
 
rotateHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The rotation handle
RotationEvent - Class in org.vectomatic.svg.edit.client.event
Event emitted when a rotation occurs
RotationEvent(float) - Constructor for class org.vectomatic.svg.edit.client.event.RotationEvent
 
RotationHandler - Interface in org.vectomatic.svg.edit.client.event
Handler class for rotation events
RSSEntry() - Constructor for class org.vectomatic.svg.edit.client.load.RSSReader.RSSEntry
 
RSSReader - Class in org.vectomatic.svg.edit.client.load
Dialog to display the OpenClipArt 'new svg' RSS feed.
RSSReader() - Constructor for class org.vectomatic.svg.edit.client.load.RSSReader
 
RSSReader.RSSEntry - Class in org.vectomatic.svg.edit.client.load
Bean to represent a single entry in the OpenClipArt 'new svg' RSS feed.
rte - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
rte() - Constructor for class com.extjs.gxt.ui.client.widget.form.HtmlEditor.rte
 
rxHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
The x-radius editor handle
ryHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
The y-radius editor handle

S

s0 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The scaling when a mousedown event occurs
sameRotation(OMSVGTransform, OMSVGTransform) - Static method in class org.vectomatic.svg.edit.client.command.EditTransformCommand
 
sameScaling(OMSVGTransform, OMSVGTransform) - Static method in class org.vectomatic.svg.edit.client.command.EditTransformCommand
 
sameTranslation(OMSVGTransform, OMSVGTransform) - Static method in class org.vectomatic.svg.edit.client.command.EditTransformCommand
 
sameValue(float, float) - Static method in class org.vectomatic.svg.edit.client.command.EditTransformCommand
 
sample() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
saturation() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
scale - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The current rotation of the xform group and twin group
scaleHandle1 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The top-left scale handle
scaleHandle2 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The bottom-left scale handle
scaleHandle3 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The top-right scale handle
scaleHandle4 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The bottom-right scale handle
scaleSlider() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
scaleSlider - Variable in class org.vectomatic.svg.edit.client.SVGWindow
The SVG scale slider
scaleSliderContainer() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
ScalingEvent - Class in org.vectomatic.svg.edit.client.event
Event emitted when a scaling occurs
ScalingEvent(float) - Constructor for class org.vectomatic.svg.edit.client.event.ScalingEvent
 
ScalingHandler - Interface in org.vectomatic.svg.edit.client.event
Handler class for scaling events
scalingHandlerReg - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
Event registration for the scaling handler
scalingHandlerReg - Variable in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
Event registration for the scaling handler
scalingHandlerReg - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
Event registration for the scaling handler
scalingHandlerReg - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
Event registration for the scaling handler
scheduleInit() - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
 
script() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
scrollIntoView(Element, boolean) - Method in class com.extjs.gxt.ui.client.core.El
 
scrollIntoView(Element, boolean, int[]) - Method in class com.extjs.gxt.ui.client.core.El
Scrolls the element into view.
scrollTo(String, int) - Method in class com.extjs.gxt.ui.client.core.El
Scrolls this element the specified scroll point.
scrollTo(String, int, FxConfig) - Method in class com.extjs.gxt.ui.client.core.El
Scrolls this element the specified scroll point.
segClose() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segCubicTo() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segLineTo() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segments - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
The path segment representations
segments - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
The path segments
segMoveTo() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segQuadraticTo() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segType - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
The type of segment about to be added to the path
segTypeDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segX() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segX1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segX2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segY() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segY1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
segY2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
selChangeProxy - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
To catch selection changes
selChangeProxy - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
To catch selection changes
select(String) - Method in class com.extjs.gxt.ui.client.core.El
Selects child nodes based on the passed CSS selector (the selector should not contain an id).
selectCommand() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
selectedVertices - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
selectionChanged(SelectionChangedEvent<M>) - Method in class org.vectomatic.svg.edit.client.event.SelectionChangedProxy
 
SelectionChangedProcessor<M extends com.extjs.gxt.ui.client.data.ModelData> - Interface in org.vectomatic.svg.edit.client.event
Interface for selection change processors
SelectionChangedProxy<M extends com.extjs.gxt.ui.client.data.ModelData> - Class in org.vectomatic.svg.edit.client.event
 
SelectionChangedProxy(SelectionChangedProcessor<M>) - Constructor for class org.vectomatic.svg.edit.client.event.SelectionChangedProxy
 
selectionModel - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The selection model
selectNode(String) - Method in class com.extjs.gxt.ui.client.core.El
Selects a single element.
selectSegment(SVGSegRep, boolean, boolean) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
set() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
set(String, X) - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
set(SVGElement, String) - Method in class org.vectomatic.svg.edit.client.model.AttrMetadata
 
set(SVGElement, T) - Method in class org.vectomatic.svg.edit.client.model.CssMetadata
 
set(U, T) - Method in interface org.vectomatic.svg.edit.client.model.IMetadata
Sets the value of this property for the specified model object and returns its former value.
set(U, T) - Method in interface org.vectomatic.svg.edit.client.model.IPropertyAccessor
 
set(U, T) - Method in class org.vectomatic.svg.edit.client.model.JSMetadata
 
set(String, X) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
 
set(String, X) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
set(SVGElement, SVGLength) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLengthAccessor
 
set(String, X) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPathElementModel
 
set(SVGElement, SVGPoints) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsMetadata
 
set(String, X) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore.SVGPoint
 
set(String, X) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGViewBoxElementModel
 
set(SVGElement, T) - Method in class org.vectomatic.svg.edit.client.model.XPathMetadata
 
setAllowDecimals(boolean) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Sets whether decimal value are allowed (defaults to true).
setAllowNegative(boolean) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Sets whether negative value are allowed.
setBackColorTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setBackColorTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setBaseChars(String) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Sets the base set of characters to evaluate as valid numbers (defaults to '0123456789').
setBold(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setBoldTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setBoldTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setBorders(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Adds or removes a border.
setBounds(int, int, int, int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's bounds.
setBounds(int, int, int, int, boolean) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's bounds.
setBounds(Rectangle) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's bounds.
setBounds(Rectangle, boolean) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's bounds.
setCacheSize(int) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
setChildren(List<ModelData>) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Sets the model's children.
setCleanDelay(int) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
setConstrainClient(boolean) - Method in class com.extjs.gxt.ui.client.fx.Draggable
True to set constrain movement to the viewport (defaults to true).
setConstrainHorizontal(boolean) - Method in class com.extjs.gxt.ui.client.fx.Draggable
True to stop horizontal movement (defaults to false).
setConstrainVertical(boolean) - Method in class com.extjs.gxt.ui.client.fx.Draggable
True to stop vertical movement (defaults to false).
setContainer(Component) - Method in class com.extjs.gxt.ui.client.fx.Draggable
Specifies a container to which the drag widget is constrained.
setConverter(Converter) - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Sets the converter which is used to translate data types when updating either the field or model.
setCp1(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
setCp1(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
setCp1(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
setCp2(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
setCp2(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
setCp2(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
setCreateLinkText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setDashArray(DashArray) - Method in class org.vectomatic.svg.edit.client.gxt.widget.DashArrayCell
 
setDecreaseFontSizeTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setDecreaseFontSizeTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setDefaultDashArrays(DashArrayStore) - Static method in class org.vectomatic.svg.edit.client.model.svg.CssContextModel
 
setDisplayed(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Sets the CSS display property.
setDisplayed(String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the CSS display property.
setDisplayField(String) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
Sets the display field.
setElement(Element) - Method in class org.vectomatic.svg.edit.client.gxt.widget.ViewportExt
 
setElementAttribute(String, boolean) - Method in class com.extjs.gxt.ui.client.core.El
Sets an element's attribute.
setElementAttribute(String, int) - Method in class com.extjs.gxt.ui.client.core.El
Sets an element's attribute.
setElementAttribute(String, String) - Method in class com.extjs.gxt.ui.client.core.El
Sets an element's attribute.
setEnableAlignments(boolean) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setEnableColors(boolean) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setEnabled(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Convenience function for setting disabled/enabled by boolean.
setEnabled(boolean) - Method in class com.extjs.gxt.ui.client.fx.Draggable
Enables dragging if the argument is true, and disables it otherwise.
setEnableFont(boolean) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setEnableFontSize(boolean) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setEnableFormat(boolean) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setEnableLinks(boolean) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setEnableLists(boolean) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setFocus(boolean) - Method in class com.extjs.gxt.ui.client.core.El
True to focus, false to blur.
setFontColor(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setFontDecrease(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setFontHighlight(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setFontIncrease(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setForeColorTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setForeColorTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setFormat(NumberFormat) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Sets the cell's number formatter.
setHeight(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the elements height.
setHeight(int, boolean) - Method in class com.extjs.gxt.ui.client.core.El
Sets the elements height.
setHeight(String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the elements height.
setHighContrastImage(Button, String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setHighlightingMode(boolean) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
setHMarkerPosition(float) - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
setIconStyle(String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the the icon for an element either as a CSS style name or image path.
setId(String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's id.
setIncreaseFontSizeTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setIncreaseFontSizeTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setIncrement(Number) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Sets the increment that should be used (defaults to 1d).
setInnerHtml(String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's inner html.
setIntElementProperty(String, int) - Method in class com.extjs.gxt.ui.client.core.El
Sets an element's property.
setItalic(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setItalicTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setItalicTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setItemSelector(String) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
This setting is required if a custom XTemplate has been specified.
setJustifyCenter(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setJustifyCenterTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setJustifyCenterTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setJustifyLeft(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setJustifyLeftTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setJustifyLeftTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setJustifyRight(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setJustifyRightTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setJustifyRightTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setLeft(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's left position directly using CSS style (instead of El.setX(int)).
setLeftTop(int, int) - Method in class com.extjs.gxt.ui.client.core.El
Quick set left and top adding default units.
setLink(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setLinkTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setLinkTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setMargins(Margins) - Method in class com.extjs.gxt.ui.client.core.El
Sets the elements's margin.
setMaxText(String) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt.SpinnerFieldMessages
Error text to display if the maximum value validation fails (defaults to "The maximum value for this field is {maxValue}").
setMaxValue(Number) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Sets the field's max allowable value.
setMinText(String) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt.SpinnerFieldMessages
Sets the Error text to display if the minimum value validation fails (defaults to "The minimum value for this field is {minValue}").
setMinValue(Number) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Sets the field's minimum allowed value.
setMoveAfterProxyDrag(boolean) - Method in class com.extjs.gxt.ui.client.fx.Draggable
True to move source widget after a proxy drag (defaults to true).
setNanText(String) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt.SpinnerFieldMessages
Sets the error text to display if the value is not a valid number.
setNegativeText(String) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt.SpinnerFieldMessages
Sets the negative error text (defaults to 'The value must be greater or equal to 0').
setNext(SVGSegRep) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
setOl(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setOlTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setOlTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setOwner(SVGModel) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Sets the SVG model to which this model belongs
setPadding(Padding) - Method in class com.extjs.gxt.ui.client.core.El
Sets the elements's padding.
setPagePosition(int, int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's position in page coordinates.
setPaint(OMSVGPaint) - Method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor
 
setPaint(OMSVGPaint) - Method in class org.vectomatic.svg.edit.client.gxt.widget.PaintCell
 
setParent(TreeModel) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
setPathSegType(SVGSegModel, String) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
setPngPath(String) - Method in class org.vectomatic.svg.edit.client.load.RSSReader.RSSEntry
 
setPrevious(SVGSegRep) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
setPropertyEditor(PropertyEditor<D>) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
setPropertyEditorType(Class<?>) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Specifies the number type used when converting a String to a Number instance (defaults to Double).
setProxy(El) - Method in class com.extjs.gxt.ui.client.fx.Draggable
Sets the proxy element.
setProxyStyle(String) - Method in class com.extjs.gxt.ui.client.fx.Draggable
Sets the style name used for proxy drags (defaults to 'my-drag-proxy').
setRawValue(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setReadOnly(boolean) - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
setResourceName(String) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGImageElementModel
Sets the name of the resource used to initialize this image (url or file name).
setRotation(float) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Sets the rotation of the SVG.
setRotation(int) - Method in class org.vectomatic.svg.edit.client.gxt.widget.Compass
 
setRotationCompass(int) - Method in class org.vectomatic.svg.edit.client.SVGWindow
Sets the rotation of the main image through the compass widget.
setScale(float) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Sets the scaling of the SVG.
setScaleSlider(int) - Method in class org.vectomatic.svg.edit.client.SVGWindow
Sets the scaling of the main image through the scale slider.
setScrollDelay(int) - Method in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
setScrollLeft(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's horizontal scroll position.
setScrollTop(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's vertical scroll position.
setSegmentType(String) - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
setSelection(List<D>) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
setShowsGrid(boolean) - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
setShowsGuides(boolean) - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
setShowToolbar(boolean) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setSilent(boolean) - Method in class org.vectomatic.svg.edit.client.model.AbstractModel
 
setSize(int, int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's size.
setSize(int, int, boolean) - Method in class com.extjs.gxt.ui.client.core.El
Set the size of the element.
setSize(Size) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's size.
setSize(String, String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's size.
setSizeProxyToSource(boolean) - Method in class com.extjs.gxt.ui.client.fx.Draggable
True to set proxy dimensions the same as the drag widget (defaults to true).
setSlider(FloatSliderField.FloatSlider) - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
Sets the slider component.
setSnapsToGrid(boolean) - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
setSource(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setSourceEditMode(boolean) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setSourceEditTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setSourceEditTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setSrc(String) - Method in class org.vectomatic.svg.edit.client.utils.SimpleImage
 
setStartDragDistance(int) - Method in class com.extjs.gxt.ui.client.fx.Draggable
Specifies how far the cursor must move after mousedown to start dragging (defaults to 2).
setState(AddPathCommandFactory.State) - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
setState(IPathRepOwner.VertexState) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
setStore(Store<? extends ModelData>) - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Sets the store for the binding.
setStore(ListStore<D>) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
Sets the list field's list store.
setStyleAttribute(String, Object) - Method in class com.extjs.gxt.ui.client.core.El
Sets a style attribute.
setStyleName(String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's style name.
setStyleName(String, boolean) - Method in class com.extjs.gxt.ui.client.core.El
Adds or removes the style name.
setStyleSize(int, int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's size using style attributes.
setSvgElement(OMSVGSVGElement, String, String) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Binds this SVG model to the specified SVG 'svg' element
setSVGImage(SVGImage) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGButton
Sets the button's icon style.
setSvgPath(String) - Method in class org.vectomatic.svg.edit.client.load.RSSReader.RSSEntry
 
setTabIndex(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's tab index.
setTemplate(String) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
Sets the field's template used to render the list.
setTemplate(XTemplate) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
Sets the field's template used to render the list.
setTitle(String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's title property.
setTop(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's top position directly using CSS style (instead of El.setY(int)).
setUl(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setUlTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setUlTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setUnderline(AbstractImagePrototype) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
 
setUnderlineTipText(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setUnderlineTipTitle(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorMessages
 
setUnit(Style.Unit) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
setUpdateOriginalValue(boolean) - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
True to update the field's original value when bound (defaults to false).
setUpdateZIndex(boolean) - Method in class com.extjs.gxt.ui.client.fx.Draggable
True if the CSS z-index should be updated on the widget being dragged.
setupToolbar() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setUseProxy(boolean) - Method in class com.extjs.gxt.ui.client.fx.Draggable
True to use a proxy widget during drag operation (defaults to true).
setValue(String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's value property.
setValue(String) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
setValue(D) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
setValue(Object) - Method in class org.vectomatic.svg.edit.client.gxt.form.DashArrayField
 
setValue(Float) - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
setValue(Object) - Method in class org.vectomatic.svg.edit.client.gxt.form.ImageHrefField
 
setValue(Object, boolean) - Method in class org.vectomatic.svg.edit.client.gxt.form.ImageHrefField
 
setValue(Object) - Method in class org.vectomatic.svg.edit.client.gxt.form.PaintField
 
setValue(Object) - Method in class org.vectomatic.svg.edit.client.gxt.form.ResetButtonField
 
setValue(Object) - Method in class org.vectomatic.svg.edit.client.gxt.form.SVGLengthField
 
setValue(Object) - Method in class org.vectomatic.svg.edit.client.gxt.form.ToggleGroupField
 
setValue(float) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
setValueField(String) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
Sets the field's value field.
setVisibility(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Sets the elements css 'visibility' property.
setVisibilityMode(El.VisMode) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's visibility mode.
setVisible(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Sets the visibility of the element (see details).
setVMarkerPosition(float) - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
setWidth(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's width.
setWidth(int, boolean) - Method in class com.extjs.gxt.ui.client.core.El
Sets the elements's width.
setWidth(String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's width.
setWindowRect(int, int) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Specifies the dimensions of the window viewport
setX(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the X position of the element based on page coordinates.
setX(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCloseSegRep
 
setX(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
setX(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
setX(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
 
setX(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
setX(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
setXConstraint(int, int) - Method in class com.extjs.gxt.ui.client.fx.Draggable
Constrains the horizontal travel.
setXY(int, int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the elements position in page coordinates.
setXY(int, int, FxConfig) - Method in class com.extjs.gxt.ui.client.core.El
Sets the elements position in page coordinates.
setXY(Point) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's position in page coordinates.
setY(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the Y position of the element based on page coordinates.
setY(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCloseSegRep
 
setY(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
setY(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
setY(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
 
setY(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
setY(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
setYConstraint(int, int) - Method in class com.extjs.gxt.ui.client.fx.Draggable
Constrains the vertical travel.
setZIndex(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's z-index.
severity - Variable in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
The model severity.
severity - Variable in class org.vectomatic.svg.edit.client.model.ValidationError
The error severity
show() - Method in class com.extjs.gxt.ui.client.core.El
Shows this element
show() - Method in class org.vectomatic.svg.edit.client.gxt.panels.ColorEditor
 
show() - Method in class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
showFeedback(DNDEvent) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
showGrid() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
showGuides() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
showManipulator(List<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
showPropertiesCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
showPropertiesCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
ShowPropertiesCommandFactory - Class in org.vectomatic.svg.edit.client.command
Command factory to trigger the display of the property inspector
ShowPropertiesCommandFactory() - Constructor for class org.vectomatic.svg.edit.client.command.ShowPropertiesCommandFactory
 
showsGrid() - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
showsGuides() - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
showSvgMarkupMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
SimpleImage - Class in org.vectomatic.svg.edit.client.utils
Simple image class which fires load events even if it is not attached to the DOM.
SimpleImage() - Constructor for class org.vectomatic.svg.edit.client.utils.SimpleImage
 
SimpleImagePrototype - Class in org.vectomatic.svg.edit.client.utils
AbstractImagePrototype subclass to act as an adapter for data url images.
SimpleImagePrototype(String, int, int) - Constructor for class org.vectomatic.svg.edit.client.utils.SimpleImagePrototype
 
size() - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
 
slideIn(Style.Direction, FxConfig) - Method in class com.extjs.gxt.ui.client.core.El
Slides the element in.
slideOut(Style.Direction, FxConfig) - Method in class com.extjs.gxt.ui.client.core.El
Slides the element out.
slotWindow(Window) - Method in class org.vectomatic.svg.edit.client.SvgrealApp
Positions a window on the next available graphical "slot"
snap(OMSVGPoint) - Method in class org.vectomatic.svg.edit.client.engine.Grid
Snaps the specified point to the grid
snapsToGrid() - Method in class org.vectomatic.svg.edit.client.engine.Grid
 
snapToGrid() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
sortedModels - Variable in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
The models to move, sorted
sortedModels - Variable in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
The models to move, sorted
sourceEdit - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
sourceToDest(S) - Method in interface org.vectomatic.svg.edit.client.model.IConverter
 
SPINNER_FIELD_FACTORY - Static variable in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 
SpinnerFieldExt - Class in org.vectomatic.svg.edit.client.gxt.widget
Extended SpinnerField which provides access to the ClickRepeater object used to control the spinner buttons.
SpinnerFieldExt() - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
Creates a new number field.
SpinnerFieldExt.SpinnerFieldMessages - Class in org.vectomatic.svg.edit.client.gxt.widget
SpinnerField messages.
SpinnerFieldExtBinding - Class in org.vectomatic.svg.edit.client.gxt.binding
Bind a spinner with a CSS property of an SVGStyleElementModel.
SpinnerFieldExtBinding(SpinnerFieldExt, String) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.SpinnerFieldExtBinding
 
SpinnerFieldMessages() - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt.SpinnerFieldMessages
 
split(int) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCloseSegModel
 
split(int) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGCubicSegModel
 
split(int) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGLineSegModel
 
split(int) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGMoveSegModel
 
split(int) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGQuadraticSegModel
 
split(int) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
Splits this segment in two, inserting another segment before this segment.
stackWindows() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
stackWindowsMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.add.AddCircleCommandFactory
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.add.AddCommandFactoryBase
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.add.AddEllipseCommandFactory
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.add.AddGroupCommandFactory
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.add.AddLineCommandFactory
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.add.AddPolygonCommandFactory
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.add.AddPolylineCommandFactory
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.add.AddRectCommandFactory
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.CommandFactoryBase
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.DndCommandFactory
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.EditTitleCommandFactory
 
start(Object) - Method in interface org.vectomatic.svg.edit.client.command.ICommandFactory
Invoked when the user selects this command factory (through the command toolbar, the context menu, or implicitely by editing a field in the inspector).
start(Object) - Method in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.RemoveElementsCommandFactory
 
start(Object) - Method in class org.vectomatic.svg.edit.client.command.ShowPropertiesCommandFactory
 
START - Static variable in class org.vectomatic.svg.edit.client.engine.IdRefTokenizer
 
START2 - Static variable in class org.vectomatic.svg.edit.client.engine.IdRefTokenizerMozilla
 
START2 - Static variable in class org.vectomatic.svg.edit.client.engine.IdRefTokenizerOpera
 
startBounds - Variable in class com.extjs.gxt.ui.client.fx.Draggable
 
startDrag(Event) - Method in class com.extjs.gxt.ui.client.fx.Draggable
 
state - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
The current mode
state1 - Variable in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
state2 - Variable in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
status - Variable in class org.vectomatic.svg.edit.client.command.CommandFactoryBase
 
stop() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
stop() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
stop() - Method in class org.vectomatic.svg.edit.client.command.add.AddPolygonCommandFactory
 
stop() - Method in class org.vectomatic.svg.edit.client.command.add.AddPolylineCommandFactory
 
stop() - Method in class org.vectomatic.svg.edit.client.command.CommandFactoryBase
 
stop() - Method in interface org.vectomatic.svg.edit.client.command.ICommandFactory
Invoked when this command factory terminates its lifecycle (on its own accord or because or because another command factory preempts it, or because the end-user terminates it)
stop() - Method in class org.vectomatic.svg.edit.client.command.ManipulatorCommandFactoryBase
 
stopDrag(Event) - Method in class com.extjs.gxt.ui.client.fx.Draggable
 
store - Variable in class com.extjs.gxt.ui.client.binding.FieldBinding
 
store - Variable in class com.extjs.gxt.ui.client.widget.form.ListField
 
store - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The Store which contains this model data
store - Variable in class org.vectomatic.svg.edit.client.model.svg.DashArray
 
store - Variable in class org.vectomatic.svg.edit.client.model.svg.SVGAnimatedPointsModelBase
 
STORE_PROPERTY - Static variable in class org.vectomatic.svg.edit.client.model.svg.DashArray
 
StoreEventProcessor - Interface in org.vectomatic.svg.edit.client.event
Interface for store update processors
StoreKey(ImageResource, DecoratedImageCache.HAlign, DecoratedImageCache.VAlign) - Constructor for class org.vectomatic.svg.edit.client.utils.DecoratedImageCache.StoreKey
 
storeToManipulator - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
storeUpdate(StoreEvent<SVGElementModel>) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
 
str - Variable in class org.vectomatic.svg.edit.client.engine.IdRefTokenizer
 
STRING_DASHARRAY_CONVERTER - Static variable in interface org.vectomatic.svg.edit.client.model.IConverter
 
STRING_DOUBLE_CONVERTER - Static variable in interface org.vectomatic.svg.edit.client.model.IConverter
 
STRING_FLOAT_CONVERTER - Static variable in interface org.vectomatic.svg.edit.client.model.IConverter
 
STRING_LENGTH_CONVERTER - Static variable in interface org.vectomatic.svg.edit.client.model.IConverter
 
STRING_SVGPAINT_CONVERTER - Static variable in interface org.vectomatic.svg.edit.client.model.IConverter
 
stroke() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
stroke() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeDashArray() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeDashOffset() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
STROKEFILL - Static variable in class org.vectomatic.svg.edit.client.model.ModelCategory
 
strokeFill() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeLineCap() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeLineCapButt() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeLineCapRound() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeLineCapSquare() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeLineJoin() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeLineJoinBevel() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeLineJoinMiter() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeLineJoinRound() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeMiterLimit() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeOpacity() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
strokeWidth() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
style() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
subChild(int) - Method in class com.extjs.gxt.ui.client.core.El
Returns the element's sub child.
suspendAll() - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
 
svg() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
svg - Variable in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
The SVG element this manipulator lives in
svg - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The root of the SVG document
SVGAnimatedPointsModelBase - Class in org.vectomatic.svg.edit.client.model.svg
Base model class for polygons and polyline.
SVGAnimatedPointsModelBase(SVGModel, SVGElement, SVGElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGAnimatedPointsModelBase
 
SVGButton - Class in org.vectomatic.svg.edit.client.gxt.widget
Button subclass which supports having an SVG image instead of an icon
SVGButton(SVGImage) - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.SVGButton
 
SVGCircleElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Circle model class.
SVGCircleElementModel(SVGModel, SVGCircleElement, SVGCircleElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGCircleElementModel
 
SVGCloseSegModel - Class in org.vectomatic.svg.edit.client.model.svg.path
Close path segment model class.
SVGCloseSegModel(SVGSegStore, OMSVGPathSegClosePath) - Constructor for class org.vectomatic.svg.edit.client.model.svg.path.SVGCloseSegModel
 
SVGCloseSegRep - Class in org.vectomatic.svg.edit.client.command.path
Class to represent a path close segment
SVGCloseSegRep(IPathRepOwner, OMSVGPathSegClosePath) - Constructor for class org.vectomatic.svg.edit.client.command.path.SVGCloseSegRep
 
SVGCubicSegModel - Class in org.vectomatic.svg.edit.client.model.svg.path
Cubic spline segment model class.
SVGCubicSegModel(SVGSegStore, OMSVGPathSegCurvetoCubicAbs) - Constructor for class org.vectomatic.svg.edit.client.model.svg.path.SVGCubicSegModel
 
SVGCubicSegRep - Class in org.vectomatic.svg.edit.client.command.path
Class to represent a path cubic segment
SVGCubicSegRep(IPathRepOwner, OMSVGPathSegCurvetoCubicAbs) - Constructor for class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
SVGElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Base model class for svg elements.
SVGElementModel(SVGModel, SVGElement, SVGElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
SVGEllipseElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Ellipse model class.
SVGEllipseElementModel(SVGModel, SVGEllipseElement, SVGEllipseElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGEllipseElementModel
 
SVGGenericElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Generic model class for svg elements for which a dedicated model has not yet been written.
SVGGenericElementModel(SVGModel, SVGElement, SVGElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGGenericElementModel
 
SVGGenericTransformableModel - Class in org.vectomatic.svg.edit.client.model.svg
 
SVGGenericTransformableModel(SVGModel, SVGElement, SVGElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGGenericTransformableModel
 
svgImage - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SVGButton
 
SVGImageElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Image model class.
SVGImageElementModel(SVGModel, SVGImageElement, SVGImageElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGImageElementModel
 
SVGLength - Class in org.vectomatic.svg.edit.client.model.svg
Value type to represent an SVG length.
SVGLength(OMSVGLength) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
SVGLENGTH_FIELD_FACTORY - Static variable in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 
SVGLengthAccessor - Class in org.vectomatic.svg.edit.client.model.svg
Accessor subclass dedicated to properties of type SVG length.
SVGLengthAccessor() - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGLengthAccessor
 
SVGLengthField - Class in org.vectomatic.svg.edit.client.gxt.form
Field subclass to edit SVGLength values
SVGLengthField(float, float, float) - Constructor for class org.vectomatic.svg.edit.client.gxt.form.SVGLengthField
 
SVGLengthFieldBinding - Class in org.vectomatic.svg.edit.client.gxt.binding
Binds an SVGLengthField to a model property of type SVGLength.
SVGLengthFieldBinding(SVGLengthField, String) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.SVGLengthFieldBinding
 
SvgLengthFieldFactory() - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.SvgLengthFieldFactory
 
SvgLengthFieldFactory(float, float, float) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.SvgLengthFieldFactory
 
SVGLineElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Line model class.
SVGLineElementModel(SVGModel, SVGLineElement, SVGLineElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGLineElementModel
 
SVGLineSegModel - Class in org.vectomatic.svg.edit.client.model.svg.path
linear spline segment model class.
SVGLineSegModel(SVGSegStore, OMSVGPathSegLinetoAbs) - Constructor for class org.vectomatic.svg.edit.client.model.svg.path.SVGLineSegModel
 
SVGLineSegRep - Class in org.vectomatic.svg.edit.client.command.path
Class to represent a path linear segment
SVGLineSegRep(IPathRepOwner, OMSVGPathSegLinetoAbs) - Constructor for class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
SVGModel - Class in org.vectomatic.svg.edit.client.engine
Model class for an SVG document edited by the application.
SVGModel() - Constructor for class org.vectomatic.svg.edit.client.engine.SVGModel
 
svgModel - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDragSource
 
svgModel - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
SVGMoveSegModel - Class in org.vectomatic.svg.edit.client.model.svg.path
Moveto path segment model class.
SVGMoveSegModel(SVGSegStore, OMSVGPathSegMovetoAbs) - Constructor for class org.vectomatic.svg.edit.client.model.svg.path.SVGMoveSegModel
 
SVGMoveSegRep - Class in org.vectomatic.svg.edit.client.command.path
Class to represent a path moveto segment
SVGMoveSegRep(IPathRepOwner, OMSVGPathSegMovetoAbs) - Constructor for class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
 
SVGNamedElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Base class for elements which accept an svg title and an svg desc.
SVGNamedElementModel(SVGModel, SVGElement, SVGElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGNamedElementModel
 
SVGPAINT_FIELD_FACTORY - Static variable in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 
SVGPathElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Path model class.
SVGPathElementModel(SVGModel, SVGPathElement, SVGPathElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGPathElementModel
 
SVGPathSegType - Class in org.vectomatic.svg.edit.client.model.svg
Metadata path segment type (will be edited by a combo box).
SVGPathSegType() - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGPathSegType
 
SVGPoint(OMSVGPoint) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore.SVGPoint
 
SVGPoints - Class in org.vectomatic.svg.edit.client.model.svg
SVG point list value type
SVGPoints(SVGElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGPoints
 
SVGPointsInspectorSection - Class in org.vectomatic.svg.edit.client.inspector
Inspector section dedicated to SVG polygon and polyline geometry
SVGPointsInspectorSection(ModelCategory) - Constructor for class org.vectomatic.svg.edit.client.inspector.SVGPointsInspectorSection
 
SVGPointsMetadata - Class in org.vectomatic.svg.edit.client.model.svg
Metadata svg points type.
SVGPointsMetadata(String, String, IFactoryInstantiator<?>, IValidator<SVGPoints, SVGElement>) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGPointsMetadata
 
SVGPointsSectionFactory - Class in org.vectomatic.svg.edit.client.inspector
Factory to instantiate an inspector section dedicated to SVG polygon and polyline geometry
SVGPointsSectionFactory() - Constructor for class org.vectomatic.svg.edit.client.inspector.SVGPointsSectionFactory
 
SVGPointsStore - Class in org.vectomatic.svg.edit.client.model.svg
Store of points class.
SVGPointsStore(SVGElementModel) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
 
SVGPointsStore.SVGPoint - Class in org.vectomatic.svg.edit.client.model.svg
 
SVGPolygonElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Polygon model class.
SVGPolygonElementModel(SVGModel, SVGPolygonElement, SVGPolygonElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGPolygonElementModel
 
SVGPolylineElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Polyline model class.
SVGPolylineElementModel(SVGModel, SVGPolylineElement, SVGPolylineElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGPolylineElementModel
 
SVGProcessor - Class in org.vectomatic.svg.edit.client.engine
Class to normalize id and idrefs in an SVG document
SVGProcessor() - Constructor for class org.vectomatic.svg.edit.client.engine.SVGProcessor
 
SVGQuadraticSegModel - Class in org.vectomatic.svg.edit.client.model.svg.path
Quadratic spline segment model class.
SVGQuadraticSegModel(SVGSegStore, OMSVGPathSegCurvetoQuadraticAbs) - Constructor for class org.vectomatic.svg.edit.client.model.svg.path.SVGQuadraticSegModel
 
SVGQuadraticSegRep - Class in org.vectomatic.svg.edit.client.command.path
Class to represent a path quadratic segment
SVGQuadraticSegRep(IPathRepOwner, OMSVGPathSegCurvetoQuadraticAbs) - Constructor for class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
SvgrealApp - Class in org.vectomatic.svg.edit.client
Application main class.
SvgrealApp() - Constructor for class org.vectomatic.svg.edit.client.SvgrealApp
 
SVGRectElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Rect model class.
SVGRectElementModel(SVGModel, SVGRectElement, SVGRectElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGRectElementModel
 
SVGSegModel - Class in org.vectomatic.svg.edit.client.model.svg.path
Base model class for SVG segments
SVGSegModel(OMSVGPathSeg, SVGSegStore) - Constructor for class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
 
SVGSegRep - Class in org.vectomatic.svg.edit.client.command.path
Base class to path segment representation
SVGSegRep(IPathRepOwner) - Constructor for class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
SVGSegStore - Class in org.vectomatic.svg.edit.client.model.svg.path
Store of path segment class.
SVGSegStore() - Constructor for class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
SVGSegStore(SVGPathElementModel) - Constructor for class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
SVGSelectionModel - Class in org.vectomatic.svg.edit.client
Custom selection model class
SVGSelectionModel() - Constructor for class org.vectomatic.svg.edit.client.SVGSelectionModel
 
SVGStyledElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Base class for SVG element models which have CSS attributes
SVGStyledElementModel(SVGModel, SVGElement, SVGElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGStyledElementModel
 
SVGTreePanelDragSource - Class in org.vectomatic.svg.edit.client.gxt.widget
Drag source for SVGWindow
SVGTreePanelDragSource(SVGWindow) - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDragSource
 
SVGTreePanelDropTarget - Class in org.vectomatic.svg.edit.client.gxt.widget
Drop target for SVGWindow
SVGTreePanelDropTarget(SVGWindow) - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
SVGUseElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Use element model class.
SVGUseElementModel(SVGModel, SVGUseElement, SVGUseElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGUseElementModel
 
SVGViewBoxElementModel - Class in org.vectomatic.svg.edit.client.model.svg
Viewbox model class.
SVGViewBoxElementModel(SVGModel, SVGElement, SVGElement) - Constructor for class org.vectomatic.svg.edit.client.model.svg.SVGViewBoxElementModel
 
SVGWindow - Class in org.vectomatic.svg.edit.client
GXT window class dedicated to displaying and editing a single SVG image.
SVGWindow(SVGModel) - Constructor for class org.vectomatic.svg.edit.client.SVGWindow
Constructor
switch_() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
symbol() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
sync(boolean) - Method in class com.extjs.gxt.ui.client.core.El
Synchronizes the layer.
sync() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPathElementModel
 
syncValue() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 

T

t0 - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The translation when a mousedown event occurs
tagNameToMetamodel - Static variable in class org.vectomatic.svg.edit.client.engine.SVGModel
 
tagNameToTagCount - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
A map used to generate node names for nodes which do not have a title element.
tangentGroup - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
A group for elements representing tangents
tangentGroup - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
A group for elements representing tangents
tangents - Variable in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
The group where SVG elements representing tangents to this segment are nested
target - Variable in class org.vectomatic.svg.edit.client.command.dnd.CloneCommand
The target model
target - Variable in class org.vectomatic.svg.edit.client.command.dnd.CopyCommand
The target model
target - Variable in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
The target model
target - Variable in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
The target model
target - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
The mousedown target
tb - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
text() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
text() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
textarea - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
TEXTAREA_FACTORY - Static variable in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 
TEXTFIELD_FACTORY - Static variable in class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils
 
textGroup - Variable in class org.vectomatic.svg.edit.client.gxt.widget.Compass
 
textPath() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
tg1 - Variable in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
tg1 - Variable in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
tg2 - Variable in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
tg2 - Variable in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
thumb() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
thumbWrap() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
tileWindows() - Method in class org.vectomatic.svg.edit.client.SvgrealApp
 
tileWindowsMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
title() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
title - Variable in class org.vectomatic.svg.edit.client.load.LoadRequestBase
 
title() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
ToggleGroupField - Class in org.vectomatic.svg.edit.client.gxt.form
Field subclass with a discrete set of possible values, each value being represented by a toggle button with an icon
ToggleGroupField(String[], String[], AbstractImagePrototype[]) - Constructor for class org.vectomatic.svg.edit.client.gxt.form.ToggleGroupField
 
ToggleGroupFieldFactory(String[], String[], AbstractImagePrototype[]) - Constructor for class org.vectomatic.svg.edit.client.gxt.binding.FormPanelUtils.ToggleGroupFieldFactory
 
toggleSourceEditMode() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
toggleStyleName(String) - Method in class com.extjs.gxt.ui.client.core.El
Toggles the given style name, adding if not already present, removing if present.
token - Variable in class org.vectomatic.svg.edit.client.engine.IdRefTokenizer
 
tokenize(String) - Method in class org.vectomatic.svg.edit.client.engine.IdRefTokenizer
 
toolsMenu() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
topLeftHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
The top-left corner editor handle
topLeftHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
The top-left corner editor handle
topLeftHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
The top-left corner editor handle
topLeftHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
The top-left corner editor handle
toString() - Method in class com.extjs.gxt.ui.client.core.El
 
toString() - Method in class org.vectomatic.svg.edit.client.command.CommandFactorySelector
 
toString() - Method in class org.vectomatic.svg.edit.client.command.GenericEditCommand
 
toString() - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
toString() - Method in class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
toString() - Method in class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
 
toString() - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
toString() - Method in class org.vectomatic.svg.edit.client.inspector.FormInspectorSection
 
toString() - Method in class org.vectomatic.svg.edit.client.inspector.Inspector
 
toString() - Method in class org.vectomatic.svg.edit.client.inspector.PathInspectorSection
 
toString() - Method in class org.vectomatic.svg.edit.client.inspector.SVGPointsInspectorSection
 
toString() - Method in class org.vectomatic.svg.edit.client.model.AttrMetadata
 
toString() - Method in class org.vectomatic.svg.edit.client.model.CssMetadata
 
toString() - Method in class org.vectomatic.svg.edit.client.model.JSMetadata
 
toString() - Method in class org.vectomatic.svg.edit.client.model.MetaModel
 
toString() - Method in class org.vectomatic.svg.edit.client.model.ModelCategory
 
toString() - Method in class org.vectomatic.svg.edit.client.model.svg.DashArray.Dash
 
toString() - Method in class org.vectomatic.svg.edit.client.model.svg.DashArray
Converts the dasharray to a CSS text value
toString() - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
 
toString() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
toString() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
toString() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGNamedElementModel
 
toString() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPoints
 
toString() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsMetadata
 
toString() - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore.SVGPoint
 
toString() - Method in class org.vectomatic.svg.edit.client.model.svg.Transformation
 
toString() - Method in class org.vectomatic.svg.edit.client.model.XPathMetadata
 
toString() - Method in class org.vectomatic.svg.edit.client.utils.DecoratedImageCache.StoreKey
 
TRANSFORM - Static variable in class org.vectomatic.svg.edit.client.model.ModelCategory
 
transform() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
Transformation - Class in org.vectomatic.svg.edit.client.model.svg
Class to decompose the transform attribute into a matrix product of the form: t.r.s.tinv
transformCmd() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
transformCmdFactory() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
transformCmdFactory1() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
transformCmdFactory2() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
transformCmdFactoryDesc() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
transformManipulator() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
translateHandle - Variable in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
The translation handle
translatePoints(Point) - Method in class com.extjs.gxt.ui.client.core.El
 
tree - Variable in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
tree - Variable in class org.vectomatic.svg.edit.client.gxt.widget.SVGTreePanelDropTarget
 
tree - Variable in class org.vectomatic.svg.edit.client.SVGWindow
The navigation tree
TreePanelExt<M extends com.extjs.gxt.ui.client.data.ModelData> - Class in org.vectomatic.svg.edit.client.gxt.widget
 
TreePanelExt(TreeStore<M>) - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.TreePanelExt
 
TreePanelView<M extends com.extjs.gxt.ui.client.data.ModelData> - Class in com.extjs.gxt.ui.client.widget.treepanel
 
TreePanelView() - Constructor for class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
TreePanelView.TreeViewRenderMode - Enum in com.extjs.gxt.ui.client.widget.treepanel
 
treeStore - Variable in class com.extjs.gxt.ui.client.widget.treepanel.TreePanelView
 
tref() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
triggerBlur() - Method in class org.vectomatic.svg.edit.client.gxt.widget.BlurComboBox
Forces blur on a combo box.
tspan() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
twin - Variable in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
The DOM element represented by this tree node in the selectionGroup
TYPE - Static variable in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
 
TYPE_ID - Static variable in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegModel
 

U

ul - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
unbind() - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Unbinds the model and field by removing all listeners.
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator
 
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator
 
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator
Detaches this manipulator from the DOM tree
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator
 
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditManipulatorBase
Detaches this manipulator from the DOM tree
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator
Detaches this manipulator from the DOM tree
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator
Detaches this manipulator from the DOM tree
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator
Detaches this manipulator from the DOM tree
unbind() - Method in class org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator
Detaches this manipulator from the DOM tree
unbind() - Method in class org.vectomatic.svg.edit.client.gxt.binding.DashArrayFieldBinding
 
unbind() - Method in class org.vectomatic.svg.edit.client.gxt.binding.FloatSliderFieldBinding
 
unbind() - Method in class org.vectomatic.svg.edit.client.gxt.binding.ImageHrefFieldBinding
 
unbind() - Method in class org.vectomatic.svg.edit.client.gxt.binding.PaintFieldBinding
 
unbind() - Method in class org.vectomatic.svg.edit.client.gxt.binding.SpinnerFieldExtBinding
 
unbind() - Method in class org.vectomatic.svg.edit.client.gxt.binding.SVGLengthFieldBinding
 
unbind() - Method in class org.vectomatic.svg.edit.client.inspector.FormInspectorSection
 
unbind() - Method in interface org.vectomatic.svg.edit.client.inspector.IInspectorSection
 
unbind() - Method in class org.vectomatic.svg.edit.client.inspector.Inspector
 
unbind() - Method in class org.vectomatic.svg.edit.client.inspector.PathInspectorSection
 
unbind() - Method in class org.vectomatic.svg.edit.client.inspector.SVGPointsInspectorSection
 
unclip() - Method in class com.extjs.gxt.ui.client.core.El
Return clipping (overflow) to original clipping before clip() was called.
underline - Variable in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
undo() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
undo() - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Undoes the current command
undo(BeanModel) - Method in class org.vectomatic.svg.edit.client.command.CommandStore
Undoes all the commands up to the specified command
undoButton() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
UndoCommandMenuItem - Class in org.vectomatic.svg.edit.client.gxt.widget
Menu item class for items in the undo menu
UndoCommandMenuItem(CommandStore, BeanModel) - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.UndoCommandMenuItem
 
undoMenuItem() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
undoSegment() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
UNIT_PROPERTY - Static variable in class org.vectomatic.svg.edit.client.model.svg.DashArray.Dash
 
unmask() - Method in class com.extjs.gxt.ui.client.core.El
Removes a previously applied mask.
untitled() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
unwrap(Element, Rectangle) - Method in class com.extjs.gxt.ui.client.core.El
Unwraps the child element.
update(String) - Method in class com.extjs.gxt.ui.client.core.El
Sets the innerHTML to the given markup.
update() - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
 
update(float) - Method in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
 
update(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCloseSegRep
 
update(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
update(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
update(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
 
update(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
update(float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
update() - Method in class org.vectomatic.svg.edit.client.gxt.panels.DashArrayEditor
 
update(IDndHandler) - Method in class org.vectomatic.svg.edit.client.gxt.widget.DNDGhost
 
update(OMSVGPathElement) - Method in class org.vectomatic.svg.edit.client.model.svg.path.SVGSegStore
 
update(SVGPoints) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGPointsStore
 
updateContextMenu(Menu) - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Updates the context menu based on the model selection
updateEnd(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCloseSegRep
 
updateEnd(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
updateEnd(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGLineSegRep
 
updateEnd(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGMoveSegRep
 
updateEnd(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
updateEnd(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
updateField() - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Updates the field's value with the model value.
updateField(boolean) - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Updates the field's value and original value with the model value.
updateHiddenField() - Method in class org.vectomatic.svg.edit.client.gxt.form.FloatSliderField
 
updateIcon(SVGElementModel) - Method in class org.vectomatic.svg.edit.client.SVGWindow
 
updateModel() - Method in class com.extjs.gxt.ui.client.binding.FieldBinding
Updates the model's value with the field value.
updateModel() - Method in class org.vectomatic.svg.edit.client.gxt.binding.DelayedBindingBase
 
updateModel() - Method in class org.vectomatic.svg.edit.client.gxt.binding.ImageHrefFieldBinding
 
updateModel() - Method in class org.vectomatic.svg.edit.client.gxt.binding.ResetButtonBinding
 
updateSelectionListeners() - Method in class org.vectomatic.svg.edit.client.SVGWindow
 
updateSeverity(ValidationError.Severity) - Method in interface org.vectomatic.svg.edit.client.model.IValidatable
Updates the severity for this model.
updateSeverity(ValidationError.Severity) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
 
updateStart(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGCubicSegRep
 
updateStart(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGQuadraticSegRep
 
updateStart(OMSVGPoint, float) - Method in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
 
updateStatus() - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
updateStatus(String) - Method in class org.vectomatic.svg.edit.client.command.CommandFactoryBase
 
updateStatus() - Method in class org.vectomatic.svg.edit.client.gxt.panels.CommandFactoryToolBar
 
updateTransform() - Method in class org.vectomatic.svg.edit.client.engine.SVGModel
Updates the display group transform and changes the CSS size of the SVG accordingly
updateTransform(OMSVGMatrix) - Method in class org.vectomatic.svg.edit.client.model.svg.SVGElementModel
Update the transform of this element model
updateZIndex(int) - Method in class com.extjs.gxt.ui.client.core.El
Sets the element's z-index using XDOM.getTopZIndex() to ensure it has the highest values.
url() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
UrlLoadRequest - Class in org.vectomatic.svg.edit.client.load
Class to load URLs into the application
UrlLoadRequest(String) - Constructor for class org.vectomatic.svg.edit.client.load.UrlLoadRequest
 
urlTooltip() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
use() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
use() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
useHeight() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
useWidth() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
useX() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
useY() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 

V

validate(boolean) - Method in class com.extjs.gxt.ui.client.widget.form.HtmlEditor
 
validate(U, T) - Method in interface org.vectomatic.svg.edit.client.model.IMetadata
Validates the specified metadata.
validate(U, T) - Method in interface org.vectomatic.svg.edit.client.model.IValidator
Validates the specified value.
validate(U, T) - Method in class org.vectomatic.svg.edit.client.model.MetadataBase
 
validateSegment(float) - Method in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
Makes the dangling segment permanent
validateValue(String) - Method in class com.extjs.gxt.ui.client.widget.form.ListField
 
validateValue(String) - Method in class org.vectomatic.svg.edit.client.gxt.widget.SpinnerFieldExt
 
ValidationConstants - Interface in org.vectomatic.svg.edit.client.model
Interface to define text constants used in error validation messages.
ValidationError - Class in org.vectomatic.svg.edit.client.model
Class to represent a validation error or warning.
ValidationError(ValidationError.Severity, String) - Constructor for class org.vectomatic.svg.edit.client.model.ValidationError
Constructor
ValidationError(ValidationError.Severity, String, Object[]) - Constructor for class org.vectomatic.svg.edit.client.model.ValidationError
Constructor
ValidationError.Severity - Enum in org.vectomatic.svg.edit.client.model
Enum to represent the severity of an error
validator - Variable in class org.vectomatic.svg.edit.client.model.MetadataBase
 
value() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
VALUE - Static variable in class org.vectomatic.svg.edit.client.model.svg.ComboStore
 
VALUE_PROPERTY - Static variable in class org.vectomatic.svg.edit.client.model.svg.DashArray.Dash
 
valueOf(String) - Static method in enum com.extjs.gxt.ui.client.core.El.VisMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanelView.TreeViewRenderMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.DndCommandFactory.DropGesture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.path.IPathRepOwner.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.command.path.IPathRepOwner.VertexState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.model.ValidationError.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.utils.DecoratedImageCache.HAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vectomatic.svg.edit.client.utils.DecoratedImageCache.VAlign
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.extjs.gxt.ui.client.core.El.VisMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.extjs.gxt.ui.client.widget.treepanel.TreePanelView.TreeViewRenderMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
values() - Static method in enum org.vectomatic.svg.edit.client.command.DndCommandFactory.DropGesture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditCircleGeometryManipulator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditEllipseGeometryManipulator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditImageGeometryManipulator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditLineGeometryManipulator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditRectGeometryManipulator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditTransformManipulator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditUseGeometryManipulator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.edit.EditViewBoxGeometryManipulator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.path.IPathRepOwner.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.command.path.IPathRepOwner.VertexState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.model.ValidationError.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.utils.DecoratedImageCache.HAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vectomatic.svg.edit.client.utils.DecoratedImageCache.VAlign
Returns an array containing the constants of this enum type, in the order they are declared.
vertex - Variable in class org.vectomatic.svg.edit.client.command.path.SVGSegRep
The endpoint of the segment
vertexGroup - Variable in class org.vectomatic.svg.edit.client.command.add.AddPathCommandFactory
A group for elements representing vertices
vertexGroup - Variable in class org.vectomatic.svg.edit.client.command.edit.EditPathGeometryManipulator
A group for elements representing vertices
vertexToPoint - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
 
VERTICAL_ATTACH_BOTTOM - Static variable in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
VERTICAL_ATTACH_TOP - Static variable in class org.vectomatic.svg.edit.client.gxt.layout.AbsoluteLayerLayoutData
 
vHandleGroup - Variable in class org.vectomatic.svg.edit.client.command.edit.EditSVGPointsManipulator
The group where vertices are nested.
view() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
viewBox() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
viewBox - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
The svg rect use to represent the viewBox
viewBox() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
ViewportExt - Class in org.vectomatic.svg.edit.client.gxt.widget
A viewport class with support for drag and drop of external files.
ViewportExt() - Constructor for class org.vectomatic.svg.edit.client.gxt.widget.ViewportExt
 
visibility() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
vkern() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
vruler() - Method in interface org.vectomatic.svg.edit.client.AppCss
 
vrulerPattern() - Method in interface org.vectomatic.svg.edit.client.AppCss
 

W

warning() - Method in interface org.vectomatic.svg.edit.client.AppBundle
 
width - Variable in class org.vectomatic.svg.edit.client.utils.SimpleImagePrototype
 
WIDTH_VALIDATOR - Static variable in class org.vectomatic.svg.edit.client.model.svg.SVGLength
 
WINDOW_ACTIVE_STYLE - Static variable in class org.vectomatic.svg.edit.client.SVGWindow
 
windowMenu() - Method in interface org.vectomatic.svg.edit.client.AppConstants
 
windowRect - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
A rectangled defining the bounds of the GXT viewport
wrap(Element) - Method in class com.extjs.gxt.ui.client.core.El
Wraps the element with the specified wrapper.
write(OMSVGGElement) - Method in enum org.vectomatic.svg.edit.client.command.path.IPathRepOwner.Mode
 

X

x() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 
xformGroup - Variable in class org.vectomatic.svg.edit.client.engine.SVGModel
A group used to apply a visualization transform change the display of the document.
xforms - Variable in class org.vectomatic.svg.edit.client.command.dnd.MoveCommand
The transform attributes of the models to move, sorted
xforms - Variable in class org.vectomatic.svg.edit.client.command.dnd.ReorderCommand
The transform attributes of the models to move, sorted
XPathMetadata<T> - Class in org.vectomatic.svg.edit.client.model
Metadata class based on DOM xpaths
XPathMetadata(String, String, IFieldFactory, String, IFactoryInstantiator<?>, IValidator<T, SVGElement>) - Constructor for class org.vectomatic.svg.edit.client.model.XPathMetadata
 

Y

y() - Method in interface org.vectomatic.svg.edit.client.model.ModelConstants
 

Z

zeroHeight() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
zeroLength() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
zeroRadius() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
zeroWidth() - Method in interface org.vectomatic.svg.edit.client.model.ValidationConstants
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2018. All Rights Reserved.