cox.jmatt.java.MathTools.markup
Class SimpleStyleImpl

java.lang.Object
  extended by cox.jmatt.java.MathTools.markup.StyleInfo
      extended by cox.jmatt.java.MathTools.markup.SimpleStyleImpl

public class SimpleStyleImpl
extends StyleInfo

This class presents a fully-settable StyleInfo. Every aspect is accessible.


Constructor Summary
SimpleStyleImpl()
           
 
Method Summary
 SimpleStyleImpl addDeclaration(java.lang.String pName, java.lang.String pValue)
          Set a declaration in this rule.
 java.util.Hashtable<java.lang.String,java.lang.String> getDeclarations()
          Get a copy of the declarations.
 
Methods inherited from class cox.jmatt.java.MathTools.markup.StyleInfo
_addDeclaration, _addNDeclaration, _addNDeclaration, _declarations, _enableCopy, _uniqueName, configurate, configurateGlobalPizza, copyOf, reset, setName, toAttribute, toAttribute, toCSS, toRawCSS, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleStyleImpl

public SimpleStyleImpl()
Method Detail

getDeclarations

public java.util.Hashtable<java.lang.String,java.lang.String> getDeclarations()
Get a copy of the declarations.


addDeclaration

public SimpleStyleImpl addDeclaration(java.lang.String pName,
                                      java.lang.String pValue)
Set a declaration in this rule.