Uses of Class
com.yworks.xml.graphml.ShapeTypeType.Enum
Packages that use ShapeTypeType.Enum
-
Uses of ShapeTypeType.Enum in com.yworks.xml.graphml
Fields in com.yworks.xml.graphml declared as ShapeTypeType.EnumModifier and TypeFieldDescriptionstatic final ShapeTypeType.EnumShapeTypeType.DIAMONDstatic final ShapeTypeType.EnumShapeTypeType.ELLIPSEstatic final ShapeTypeType.EnumShapeTypeType.HEXAGONstatic final ShapeTypeType.EnumShapeTypeType.OCTAGONstatic final ShapeTypeType.EnumShapeTypeType.PARALLELOGRAMstatic final ShapeTypeType.EnumShapeTypeType.RECTANGLEstatic final ShapeTypeType.EnumShapeTypeType.RECTANGLE_3_Dstatic final ShapeTypeType.EnumShapeTypeType.ROUNDRECTANGLEstatic final ShapeTypeType.EnumShapeTypeType.TRAPEZOIDstatic final ShapeTypeType.EnumShapeTypeType.TRAPEZOID_2static final ShapeTypeType.EnumShapeTypeType.TRIANGLEMethods in com.yworks.xml.graphml that return ShapeTypeType.EnumModifier and TypeMethodDescriptionstatic ShapeTypeType.EnumShapeTypeType.Enum.forInt(int i) Returns the enum value corresponding to an int, or null if none.static ShapeTypeType.EnumReturns the enum value for a string, or null if none.GroupNodeType.Shape.getType()Gets the "type" attributeShapeNodeType.Shape.getType()Gets the "type" attributeMethods in com.yworks.xml.graphml with parameters of type ShapeTypeType.EnumModifier and TypeMethodDescriptionvoidGroupNodeType.Shape.setType(ShapeTypeType.Enum type) Sets the "type" attributevoidShapeNodeType.Shape.setType(ShapeTypeType.Enum type) Sets the "type" attribute -
Uses of ShapeTypeType.Enum in com.yworks.xml.graphml.impl
Methods in com.yworks.xml.graphml.impl that return ShapeTypeType.EnumModifier and TypeMethodDescriptionGroupNodeTypeImpl.ShapeImpl.getType()Gets the "type" attributeShapeNodeTypeImpl.ShapeImpl.getType()Gets the "type" attributeMethods in com.yworks.xml.graphml.impl with parameters of type ShapeTypeType.EnumModifier and TypeMethodDescriptionvoidGroupNodeTypeImpl.ShapeImpl.setType(ShapeTypeType.Enum type) Sets the "type" attributevoidShapeNodeTypeImpl.ShapeImpl.setType(ShapeTypeType.Enum type) Sets the "type" attribute