All Packages Class Hierarchy This Package Previous Next Index
Interface jp.kyasu.graphics.ParagraphStyleModifier
- public interface ParagraphStyleModifier
An interface for modifying the paragraph style. The modification of the
paragraph style means the creation of the modified version of the
paragraph style, because the paragraph style is immutable.
- Version:
- 20 Oct 1997
- Author:
- Kazuki YASUMATSU
- See Also:
- ParagraphStyle, BasicPSModifier
-
modify(ParagraphStyle)
- Modifies the given paragraph style, i.e., Creates the modified version
of the given paragraph style.
modify
public abstract ParagraphStyle modify(ParagraphStyle pStyle)
- Modifies the given paragraph style, i.e., Creates the modified version
of the given paragraph style.
- Parameters:
- pStyle - the given paragraph style.
- Returns:
- the modified version of the given paragraph style;
or the given paragraph style, if the modification has no
effect on the given paragraph style.
- See Also:
- modifyParagraphStyle, deriveStyle, modifyParagraphStyle
All Packages Class Hierarchy This Package Previous Next Index