|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hdgf.chunks.Chunk.Command
public static class Chunk.Command
A command in the visio file. In order to make things fun, all the chunk actually stores is the value of the command. You have to have your own lookup table to figure out what the commands are based on the chunk type.
Field Summary | |
---|---|
protected java.lang.Object |
value
|
Method Summary | |
---|---|
ChunkFactory.CommandDefinition |
getDefinition()
|
java.lang.Object |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Object value
Method Detail |
---|
public ChunkFactory.CommandDefinition getDefinition()
public java.lang.Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |