Uses of Interface
org.eclipse.glsp.server.emf.model.notation.Shape
-
-
Uses of Shape in org.eclipse.glsp.server.emf.model.notation
Methods in org.eclipse.glsp.server.emf.model.notation that return Shape Modifier and Type Method Description ShapeNotationFactory. createShape()Returns a new object of class 'Shape'. -
Uses of Shape in org.eclipse.glsp.server.emf.model.notation.impl
Classes in org.eclipse.glsp.server.emf.model.notation.impl that implement Shape Modifier and Type Class Description classShapeImplAn implementation of the model object 'Shape'.Methods in org.eclipse.glsp.server.emf.model.notation.impl that return Shape Modifier and Type Method Description ShapeNotationFactoryImpl. createShape() -
Uses of Shape in org.eclipse.glsp.server.emf.model.notation.util
Methods in org.eclipse.glsp.server.emf.model.notation.util with parameters of type Shape Modifier and Type Method Description TNotationSwitch. caseShape(Shape object)Returns the result of interpreting the object as an instance of 'Shape'. -
Uses of Shape in org.eclipse.glsp.server.emf.notation.util
Methods in org.eclipse.glsp.server.emf.notation.util with parameters of type Shape Modifier and Type Method Description static GNodeBuilderNotationUtil. applyShapeData(Shape shape, GNodeBuilder builder)Applies all layout related data from the Edge notation to the given builder.
-