API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. Stroke View Source
Author(s)
Since
Version
1.23, 11/17/05
Serial
Hierarchy
 Stroke
Subinterfaces
Description
public interface Stroke
  The Stroke interface allows a Graphics2D object to obtain a Shape that is the decorated outline, or stylistic representation of the outline, of the specified Shape.
Methods
Hide/Show inherited methods
public Shape createStrokedShape (Shape p)
  Returns an outline Shape which encloses the area that should be painted when the Shape is stroked according to the rules defined by the object implementing the Stroke interface.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar