com.f1j.drawing
Interface Picture


public interface Picture
extends Shape

This interface describes the public API for a picture shape.


Method Summary
 byte[] getImage()
          Returns the image data that this picture is currently using.
 
Methods inherited from interface com.f1j.drawing.Shape
bringForward, bringToFront, canChangeType, canFlip, canRegroup, canUngroup, delete, flipHorizontal, flipVertical, getAutoShapeType, getFormat, getID, getName, getShapeAnchor, getText, getType, getZOrderPosition, hasText, isAllowChanges, isAllowSelection, isAllowText, isHorizontalFlip, isVerticalFlip, sendBackward, sendToBack, setAutoShapeType, setFormat, setName, setShapeAnchor, setText, setZOrder
 
Methods inherited from interface com.f1j.util.Lockable
getLock, releaseLock
 

Method Detail

getImage

public byte[] getImage()
Returns the image data that this picture is currently using.
Returns:
image data