Generated with
This document is part of the ebook for O1 (aka CS-A1110 Programming 1), a course at Aalto University.
This document is part of the ebook for O1 (aka CS-A1110 Programming 1), a course at Aalto University.
o1.gui.Line.Join
An enumeration of different styles of line caps. Each such style specifies how the connections between lines look like.
These styles correspond directly to the join styles illustrated in Oracle’s Java graphics tutorial. See that page for pictures.
Attributes
-
Graph
-
-
Supertypes
-
Members list
a line-join style where the join is cut flat
a line-join style where the join is cut flat
Attributes
a line-join style where the outer edges of connecting line segments meet at a sharp point
a line-join style where the outer edges of connecting line segments meet at a sharp point
Attributes
a line-join style connection between the line segments is rounded
a line-join style connection between the line segments is rounded
Attributes