Schnittstelle LineCap


public interface LineCap
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Start and stop the line exactly at the start
    and end point
    static final int
    Use a round ending, the center of the circle
    is the start or end point
    static final int
    use squared ending, the center of the square
    is the start or end point
  • Felddetails

    • BUTT

      static final int BUTT
      Start and stop the line exactly at the start
      and end point
      Siehe auch:
    • ROUND

      static final int ROUND
      Use a round ending, the center of the circle
      is the start or end point
      Siehe auch:
    • SQUARE

      static final int SQUARE
      use squared ending, the center of the square
      is the start or end point
      Siehe auch: