com.jxcell
Class ShapeFormat

java.lang.Object
  extended bycom.jxcell.ShapeFormat

public class ShapeFormat
extends java.lang.Object

This class represents a picture shape object.


Field Summary
static int PlacementFreeFloating
           
static int PlacementMove
           
static int PlacementMoveAndSize
           
 
Method Summary
 int getPlacementStyle()
           
 void setPlacementStyle(int placement)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PlacementFreeFloating

public static final int PlacementFreeFloating
See Also:
Constant Field Values

PlacementMove

public static final int PlacementMove
See Also:
Constant Field Values

PlacementMoveAndSize

public static final int PlacementMoveAndSize
See Also:
Constant Field Values
Method Detail

getPlacementStyle

public int getPlacementStyle()

setPlacementStyle

public void setPlacementStyle(int placement)