public class ShapeStroke extends Object implements Stroke
g.setStroke( new ShapeStroke( new Shape[] { new Star( 5, 0, 0, 0, 0.5f, 6.0f), new Ellipse2D.Float(0, 0, 4, 4) }, 15.0f ) );
ShapeStroke(Shape[] shapes, float advance)
ShapeStroke(Shape shapes, float advance)
Shape
createStrokedShape(Shape shape)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShapeStroke(Shape shapes, float advance)
public ShapeStroke(Shape[] shapes, float advance)
public Shape createStrokedShape(Shape shape)
createStrokedShape
Stroke
Copyright © 2021 vpc open source initiative. All rights reserved.