Uses of Class
jmri.jmrit.display.layoutEditor.LayoutShape.LayoutShapePointType
-
Packages that use LayoutShape.LayoutShapePointType Package Description jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.display.layoutEditor.configurexml -
-
Uses of LayoutShape.LayoutShapePointType in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that return LayoutShape.LayoutShapePointType Modifier and Type Method Description LayoutShape.LayoutShapePointType
LayoutShape.LayoutShapePoint. getType()
accessor methodsstatic LayoutShape.LayoutShapePointType
LayoutShape.LayoutShapePointType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LayoutShape.LayoutShapePointType[]
LayoutShape.LayoutShapePointType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.display.layoutEditor with parameters of type LayoutShape.LayoutShapePointType Modifier and Type Method Description void
LayoutShape. addPoint(LayoutShape.LayoutShapePointType t, java.awt.geom.Point2D p)
add pointvoid
LayoutShape.LayoutShapePoint. setType(LayoutShape.LayoutShapePointType type)
Constructors in jmri.jmrit.display.layoutEditor with parameters of type LayoutShape.LayoutShapePointType Constructor Description LayoutShapePoint(LayoutShape.LayoutShapePointType t, java.awt.geom.Point2D c)
Constructor method. -
Uses of LayoutShape.LayoutShapePointType in jmri.jmrit.display.layoutEditor.configurexml
Fields in jmri.jmrit.display.layoutEditor.configurexml with type parameters of type LayoutShape.LayoutShapePointType Modifier and Type Field Description (package private) static AbstractXmlAdapter.EnumIoNames<LayoutShape.LayoutShapePointType>
LayoutShapeXml. pTypeEnumMap
-