Class RectangleVertices

    • Field Detail

      • m_Shape

        protected VertexShape m_Shape
        the marker shape.
      • m_Extent

        protected int m_Extent
        the maximum width/height of the shape to plot around the vertices.
      • m_PlotSubset

        protected Set<LocatedObject> m_PlotSubset
        the objects to limit the plotting to.
    • Constructor Detail

      • RectangleVertices

        public RectangleVertices()
    • Method Detail

      • setShape

        public void setShape​(VertexShape value)
        Sets the shape to use for vertices.
        Parameters:
        value - the shape
      • getShape

        public VertexShape getShape()
        Returns the shape in use for vertices.
        Returns:
        the shape
      • shapeTipText

        public String shapeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setExtent

        public void setExtent​(int value)
        Sets the size of the vertices.
        Parameters:
        value - the extent
      • getExtent

        public int getExtent()
        Returns the size of the vertices.
        Returns:
        the extent
      • extentTipText

        public String extentTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.