Klasse PathBuilder.PathBuilderResult

java.lang.Object
impl.com.flexganttfx.skin.graphics.PathBuilder.PathBuilderResult
Umschließende Klasse:
PathBuilder

public static final class PathBuilder.PathBuilderResult extends Object
Seit:
1.0
  • Konstruktordetails

    • PathBuilderResult

      public PathBuilderResult(Point2D start, Point2D end, Path path, PathBuilder.ArrowDirection arrowDirection, boolean close)
      Constructs a new path builder result.
      Parameter:
      start - the start point
      end - the end point
      path - the path
      arrowDirection - the arrow direction
      close - whether to close the path
  • Methodendetails

    • getStart

      public Point2D getStart()
      Returns the start point.
      Gibt zurück:
      the start point
    • getEnd

      public Point2D getEnd()
      Returns the end point.
      Gibt zurück:
      the end point
    • getPath

      public Path getPath()
      Returns the path.
      Gibt zurück:
      the path
    • getArrowDirection

      public PathBuilder.ArrowDirection getArrowDirection()
      Returns the arrow direction.
      Gibt zurück:
      the arrow direction
    • isClose

      public boolean isClose()
      Returns whether the path should be closed.
      Gibt zurück:
      true if the path should be closed
    • toString

      public String toString()
      Returns a string representation of this result.
      Setzt außer Kraft:
      toString in Klasse Object
      Gibt zurück:
      a string representation of this result