Uses of Enum Class
pi.actor.Line.Cap

Packages that use Line.Cap
Package
Description
Jede Figur auf der Zeichenebene ist eine Unterklasse von Actor.
  • Uses of Line.Cap in pi.actor

    Methods in pi.actor that return Line.Cap
    Modifier and Type
    Method
    Description
    Line.cap()
    Gibt den Linienabschluss zurück.
    static Line.Cap
    Line.Cap.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Line.Cap[]
    Line.Cap.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in pi.actor with parameters of type Line.Cap
    Modifier and Type
    Method
    Description
    Line.cap(Line.Cap cap)
    Setzt den Linienabschluss.