Class marimba.text.StyleChange
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.text.StyleChange

java.lang.Object
   |
   +----marimba.text.StyleChange

public class StyleChange
extends Object
This represents a change that you would like to inflict on a range of characters in a text view. Operations such as adding and subtracting from the font face, changing the size, changing the family, etc.
Version:
1.8, 12/15/96
Author:
Jonathan Payne

Constructor Index

 o StyleChange()

Method Index

 o changeFontSize(int)
 o makeBold()
 o makeEmbossed()
 o makeItalic()
 o makePlain()
 o setColor(Color)

Constructors

 o StyleChange
  public StyleChange()

Methods

 o makeItalic
  public final StyleChange makeItalic()
 o makeBold
  public final StyleChange makeBold()
 o makePlain
  public final StyleChange makePlain()
 o makeEmbossed
  public final StyleChange makeEmbossed()
 o changeFontSize
  public final StyleChange changeFontSize(int amnt)
 o setColor
  public final StyleChange setColor(Color color)

All Packages  Class Hierarchy  This Package  Previous  Next  Index