lt.monarch.chart.style
Class Entry

java.lang.Object
  extended by lt.monarch.chart.style.Entry
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BufferedImageWrapper

public abstract class Entry
extends java.lang.Object
implements java.io.Serializable

Abstract Stylesheet entry class

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
protected  Key key
           
 
Constructor Summary
Constructor and Description
Entry(Key key)
          Default entry constructor
 
Method Summary
Modifier and Type Method and Description
 Key getKey()
          Gets stylesheet key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected Key key
Constructor Detail

Entry

public Entry(Key key)
Default entry constructor

Parameters:
key - stylesheet key
Method Detail

getKey

public Key getKey()
Gets stylesheet key

Returns:
stylesheet key