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.Cap
An enumeration of different styles of line caps. Each such style specifies what the end points of lines look like.
These styles correspond directly to the line-cap styles illustrated in Oracle’s Java graphics tutorial. See that page for pictures.
Attributes
-
Graph
-
-
Supertypes
-
Members list
a line-cap style with flat line endings that are cut off right at the end points
a line-cap style with flat line endings that are cut off right at the end points
Attributes
a line-cap style with rounded line endings around the end points
a line-cap style with rounded line endings around the end points
Attributes
a line-cap style with square line endings that extend slightly beyond the end points
a line-cap style with square line endings that extend slightly beyond the end points
Attributes