Schnittstelle LineJoin


public interface LineJoin
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    use a cut-off join, the join is cut off at half
    the line width from the joint point
    static final int
    Use a sharp angled corner
    static final int
    Use a round join, the center of the circle is
    the join point
  • Felddetails

    • MITER

      static final int MITER
      Use a sharp angled corner
      Siehe auch:
    • ROUND

      static final int ROUND
      Use a round join, the center of the circle is
      the join point
      Siehe auch:
    • BEVEL

      static final int BEVEL
      use a cut-off join, the join is cut off at half
      the line width from the joint point
      Siehe auch: