Example usage for java.awt Stroke interface-usage

List of usage examples for java.awt Stroke interface-usage

Introduction

In this page you can find the example usage for java.awt Stroke interface-usage.

Usage

From source file com.jhlabs.awt.TextStroke.java

/**
 * Stroke that paint a text.
 * 
 * Slightly adapted to OTP from original source.
 * 
 * @see <a

From source file CustomStrokes.java

/**
 * This Stroke implementation does nothing. Its createStrokedShape() method
 * returns an unmodified shape. Thus, drawing a shape with this Stroke is the
 * same as filling that shape!
 */