Object

ui

GSFactory

Related Doc: package ui

Permalink

object GSFactory extends DiagramDrawerFactory

Created by kdelmas on 03/02/17.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GSFactory
  2. DiagramDrawerFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class GSBasicNode extends ShapeNode with BasicNode with GSNode

    Permalink
  2. class GSContainerNode extends com.mindfusion.diagramming.ContainerNode with ContainerNode with GSNode

    Permalink
  3. class GSDiagram extends com.mindfusion.diagramming.Diagram with Diagram

    Permalink
  4. class GSDiagramView extends com.mindfusion.diagramming.DiagramView with DiagramView

    Permalink
  5. trait GSElement extends DiagramItem with DiagramElement

    Permalink
  6. class GSLayerLayout extends LayeredLayout with LayerLayout with GSLayout

    Permalink
  7. trait GSLayout extends com.mindfusion.diagramming.Layout with Layout

    Permalink
  8. class GSLink extends com.mindfusion.diagramming.DiagramLink with DiagramLink

    Permalink
  9. trait GSNode extends com.mindfusion.diagramming.DiagramNode with DiagramNode

    Permalink
  10. class GSTreeLayout extends com.mindfusion.diagramming.TreeLayout with TreeLayout with GSLayout

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def convert(x: Direction): Orientation

    Permalink
  7. def convert(x: ColorStyle): Brush

    Permalink
  8. def convert(x: Shape): com.mindfusion.diagramming.Shape

    Permalink
  9. def convert(x: DiagramNode): GSNode

    Permalink
  10. def convert(x: BasicDiagramLink): GSLink

    Permalink
  11. def convert(x: DiagramView): GSDiagramView

    Permalink
  12. def convert(x: Diagram): GSDiagram

    Permalink
  13. def convert(x: BasicNode): GSBasicNode

    Permalink
  14. def convert(x: ContainerNode): GSContainerNode

    Permalink
  15. def createBasicNode(name: String): BasicNode

    Permalink
    Definition Classes
    GSFactoryDiagramDrawerFactory
  16. def createContainerNode(name: String): ContainerNode

    Permalink
    Definition Classes
    GSFactoryDiagramDrawerFactory
  17. def createDiagram: Diagram

    Permalink
    Definition Classes
    GSFactoryDiagramDrawerFactory
  18. def createDiagramView: DiagramView

    Permalink
    Definition Classes
    GSFactoryDiagramDrawerFactory
  19. def createLayerLayout(direction: Direction = Horizontal): LayerLayout

    Permalink
    Definition Classes
    GSFactoryDiagramDrawerFactory
  20. def createLink(diagram: Diagram, origin: DiagramNode, destination: DiagramNode): DiagramLink

    Permalink
    Definition Classes
    GSFactoryDiagramDrawerFactory
  21. def createTreeLayout: TreeLayout

    Permalink
    Definition Classes
    GSFactoryDiagramDrawerFactory
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DiagramDrawerFactory

Inherited from AnyRef

Inherited from Any

Ungrouped