|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jhotdraw.contrib.html.AbstractContentProducer
public abstract class AbstractContentProducer
Base class for the ContentProducers hierarchy
Doesn't do a thing now, but we may need this one later to add
generic behaviour.
Field Summary |
---|
Fields inherited from interface org.jhotdraw.contrib.html.ContentProducer |
---|
ENTITY_ARROW_MODE, ENTITY_FIGURE_HEIGHT, ENTITY_FIGURE_POSX, ENTITY_FIGURE_POSY, ENTITY_FIGURE_WIDTH, ENTITY_FILL_COLOR, ENTITY_FONT_NAME, ENTITY_FONT_SIZE, ENTITY_FONT_STYLE, ENTITY_FRAME_COLOR |
Constructor Summary | |
---|---|
AbstractContentProducer()
Constructor for the AbstractContentProducer object |
Method Summary | |
---|---|
void |
read(StorableInput dr)
Writes the storable |
void |
write(StorableOutput dw)
Writes the storable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jhotdraw.contrib.html.ContentProducer |
---|
getContent |
Constructor Detail |
---|
public AbstractContentProducer()
Method Detail |
---|
public void write(StorableOutput dw)
write
in interface Storable
dw
- the storable outputpublic void read(StorableInput dr) throws java.io.IOException
read
in interface Storable
dr
- the storable input
java.io.IOException
- thrown by called methods
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |