org.apache.poi.hdf.model.hdftypes
Class ChpxNode

java.lang.Object
  extended by org.apache.poi.hdf.model.hdftypes.PropertyNode
      extended by org.apache.poi.hdf.model.hdftypes.ChpxNode
All Implemented Interfaces:
java.lang.Comparable

public final class ChpxNode
extends PropertyNode

Comment me

Author:
Ryan Ackley

Constructor Summary
ChpxNode(int fcStart, int fcEnd, byte[] chpx)
           
 
Method Summary
 byte[] getChpx()
           
 
Methods inherited from class org.apache.poi.hdf.model.hdftypes.PropertyNode
compareTo, getEnd, getStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChpxNode

public ChpxNode(int fcStart,
                int fcEnd,
                byte[] chpx)
Method Detail

getChpx

public byte[] getChpx()