Package pi.actor

Class LabeledEdge

All Implemented Interfaces:
FrameUpdateListenerRegistration, KeyStrokeListenerRegistration, MouseClickListenerRegistration, MouseScrollListenerRegistration

public class LabeledEdge extends Line
Eine beschriftete Kante
Since:
0.36.0
Author:
Josef Friedrich
  • Field Details

    • LABEL_LINE_DISTANCE

      public static double LABEL_LINE_DISTANCE
      Der Abstand der Kantenbezeichnung zur Kantenlinie in Meter.
    • FONT_SIZE

      public static double FONT_SIZE
      Die Schriftgröße des Bezeichners in Punkten (z.B. 12pt).
    • FONT

      public static Font FONT
  • Constructor Details

    • LabeledEdge

      public LabeledEdge(double fromX, double fromY, double toX, double toY, String label)
    • LabeledEdge

      public LabeledEdge(double fromX, double fromY, double toX, double toY)
    • LabeledEdge

      public LabeledEdge(Vector from, Vector to)
    • LabeledEdge

      public LabeledEdge(Vector from, Vector to, String label)
  • Method Details