Class Path


  • public class Path
    extends Object
    • Constructor Detail

      • Path

        public Path​(Block start,
                    Block end,
                    Label label,
                    int length,
                    boolean invis)
    • Method Detail

      • getLabel

        public final Label getLabel()
      • getStart

        public final Block getStart()
      • getEnd

        public final Block getEnd()
      • setLabelPositionCenter

        public void setLabelPositionCenter​(double labelX,
                                           double labelY)
      • setLabelPosition

        public void setLabelPosition​(double x,
                                     double y)
      • setDotPath

        public void setDotPath​(DotPath dotPath)
      • getDotPath

        public final DotPath getDotPath()
      • getLength

        public int getLength()
      • isInvis

        public final boolean isInvis()