org.mydm.ui
Class DocStyles

java.lang.Object
  extended byorg.mydm.ui.DocStyles

public class DocStyles
extends java.lang.Object

This class helps in the Layout of Metadata.


Field Summary
 javax.swing.text.SimpleAttributeSet SIM_12
           
 javax.swing.text.SimpleAttributeSet SIM_12_BOLD
           
 javax.swing.text.SimpleAttributeSet SIM_12_BOLD_ITALIC
           
 javax.swing.text.SimpleAttributeSet SIM_13
           
 javax.swing.text.SimpleAttributeSet SIM_13_BOLD
           
 javax.swing.text.SimpleAttributeSet SIM_13_BOLD_ITALIC
           
 javax.swing.text.SimpleAttributeSet SIM_14
           
 javax.swing.text.SimpleAttributeSet SIM_14_BOLD
           
 javax.swing.text.SimpleAttributeSet SIM_14_BOLD_ITALIC
           
 javax.swing.text.SimpleAttributeSet SIM_BOLD
           
 javax.swing.text.SimpleAttributeSet SIM_BOLD_ITALIC
           
 javax.swing.text.SimpleAttributeSet SIM_BOLD_ONE
           
 javax.swing.text.SimpleAttributeSet SIM_ITALIC
           
 
Constructor Summary
DocStyles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIM_12

public javax.swing.text.SimpleAttributeSet SIM_12

SIM_12_BOLD

public javax.swing.text.SimpleAttributeSet SIM_12_BOLD

SIM_12_BOLD_ITALIC

public javax.swing.text.SimpleAttributeSet SIM_12_BOLD_ITALIC

SIM_13

public javax.swing.text.SimpleAttributeSet SIM_13

SIM_13_BOLD

public javax.swing.text.SimpleAttributeSet SIM_13_BOLD

SIM_13_BOLD_ITALIC

public javax.swing.text.SimpleAttributeSet SIM_13_BOLD_ITALIC

SIM_14

public javax.swing.text.SimpleAttributeSet SIM_14

SIM_14_BOLD

public javax.swing.text.SimpleAttributeSet SIM_14_BOLD

SIM_14_BOLD_ITALIC

public javax.swing.text.SimpleAttributeSet SIM_14_BOLD_ITALIC

SIM_BOLD

public javax.swing.text.SimpleAttributeSet SIM_BOLD

SIM_BOLD_ONE

public javax.swing.text.SimpleAttributeSet SIM_BOLD_ONE

SIM_ITALIC

public javax.swing.text.SimpleAttributeSet SIM_ITALIC

SIM_BOLD_ITALIC

public javax.swing.text.SimpleAttributeSet SIM_BOLD_ITALIC
Constructor Detail

DocStyles

public DocStyles()