- 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
-
- 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
-
- 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
- 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.
- 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
-
- 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
- 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
-
- 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
-