Class EditorSVGDefinition

All Implemented Interfaces:
IEditorImage, IPropDesigner, IPropUndoContext, EventListener, IAssetReferenceListener, IGProp<GProp<?>[]>, IImageTarget, IPropCnr, Cloneable, IAdaptable

public class EditorSVGDefinition extends SVGDefinition implements IPropDesigner, IPropUndoContext, IEditorImage
SVG definition property container for the Editor.
  • Constructor Details

    • EditorSVGDefinition

      public EditorSVGDefinition()
      Creates the Image Definition property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EditorSVGDefinition

      public EditorSVGDefinition(Atom propertyAtom)
      Creates the Image Definition property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details