org.apache.poi.hwpf.usermodel
Class ShadingDescriptor

java.lang.Object
  extended by org.apache.poi.hwpf.usermodel.ShadingDescriptor
All Implemented Interfaces:
java.lang.Cloneable

public class ShadingDescriptor
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
static int SIZE
           
 
Constructor Summary
ShadingDescriptor()
           
ShadingDescriptor(byte[] buf, int offset)
           
ShadingDescriptor(short info)
           
 
Method Summary
 java.lang.Object clone()
           
 void serialize(byte[] buf, int offset)
           
 short toShort()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE

public static final int SIZE
See Also:
Constant Field Values
Constructor Detail

ShadingDescriptor

public ShadingDescriptor()

ShadingDescriptor

public ShadingDescriptor(byte[] buf,
                         int offset)

ShadingDescriptor

public ShadingDescriptor(short info)
Method Detail

toShort

public short toShort()

serialize

public void serialize(byte[] buf,
                      int offset)

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.