|
|
|
General
|
Show Transparent Text
To draw the text, Font class is used. To show transparency over the specified text, the class AlphaComposite is used which shows the transparency effects with graphics.
View Rating |
|
|
General
|
TextHitInfo Example
In this section, we are providing you an example based on class TextHitInfo. In the given example, when you click the element of the string, TextHitInfo class will displayed the position of character on the console.
View Rating |
|
|
General
|
Affine Transform Example
The sequences of translations, scales, flips, rotations, and shears are provided by the class AffineTransform. To show shearing, we are providing you an example. We have create combo box to show shearing for x-axis and y-axis.
View Rating |
|
|