NOS.gui
Class Style.StyleElement

java.lang.Object
  extended by NOS.gui.Style.StyleElement
Enclosing class:
Style

public class Style.StyleElement
extends java.lang.Object


Field Summary
 int bevelPosition
           
 int bevelStyle
           
 int bullet
           
 int bulletpos
           
 int colour
           
 int colourTo
           
 java.awt.Font font
           
 int fontHeight
           
 java.lang.String fontName
           
 int fontWeight
           
 boolean interlaced
           
 int justify
           
 int picColour
           
 Style style
           
 int textColour
           
 int type
           
 java.lang.String typestr
           
 
Constructor Summary
Style.StyleElement(Style style)
           
Style.StyleElement(Style style, Settings s, java.lang.String name, Style.StyleElement defaults)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

style

public Style style

typestr

public java.lang.String typestr

type

public int type

interlaced

public boolean interlaced

bevelStyle

public int bevelStyle

bevelPosition

public int bevelPosition

colour

public int colour

colourTo

public int colourTo

picColour

public int picColour

textColour

public int textColour

justify

public int justify

fontName

public java.lang.String fontName

fontHeight

public int fontHeight

fontWeight

public int fontWeight

font

public java.awt.Font font

bullet

public int bullet

bulletpos

public int bulletpos
Constructor Detail

Style.StyleElement

public Style.StyleElement(Style style)

Style.StyleElement

public Style.StyleElement(Style style,
                          Settings s,
                          java.lang.String name,
                          Style.StyleElement defaults)