Class Marker.MarkerLayout

  • Enclosing class:
    Marker

    public static class Marker.MarkerLayout
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MarkerLayout()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<Marker.MarkerPos> getMarkerList()  
      void layout​(java.awt.Shape shape)  
      private void markerIn​(double x, double y, double dx, double dy)  
      private void markerOut​(double x, double y, double dx, double dy)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • started

        boolean started
    • Constructor Detail

      • MarkerLayout

        public MarkerLayout()
    • Method Detail

      • layout

        public void layout​(java.awt.Shape shape)
      • markerIn

        private void markerIn​(double x,
                              double y,
                              double dx,
                              double dy)
      • markerOut

        private void markerOut​(double x,
                               double y,
                               double dx,
                               double dy)
      • getMarkerList

        public java.util.ArrayList<Marker.MarkerPos> getMarkerList()
        Returns:
        the markerList