All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jp.kyasu.graphics.TextStyleModifier

public interface TextStyleModifier
An interface for modifying the text style. The modification of the text style means the creation of the modified version of the text style, because the text style is immutable.

Version:
20 Oct 1997
Author:
Kazuki YASUMATSU
See Also:
TextStyle, BasicTSModifier

Method Index

 o modify(TextStyle)
Modifies the given text style, i.e., Creates the modified version of the given text style.

Methods

 o modify
 public abstract TextStyle modify(TextStyle tStyle)
Modifies the given text style, i.e., Creates the modified version of the given text style.

Parameters:
tStyle - the given text style.
Returns:
the modified version of the given text style; or the given text style, if the modification has no effect on the given text style.
See Also:
modifyStyle, modifyTextStyle, deriveStyle, modifyTextStyle

All Packages  Class Hierarchy  This Package  Previous  Next  Index