com.f1j.drawing
Interface Format

All Known Subinterfaces:
ShapeFormat

public interface Format

The drawing Format interface


Method Summary
 FillFormat fill()
          Gets the FillFormat associated with this Format.
 LineFormat line()
          Gets the LineFormat associated with this Format.
 PictureFormat picture()
          Gets the PictureFormat associated with this Format.
 PlacementFormat placement()
          Gets the PlacementFormat associated with this Format.
 TextboxFormat textbox()
          Gets the TextboxFormat associated with this Format.
 

Method Detail

fill

public FillFormat fill()
Gets the FillFormat associated with this Format.
Returns:
the FillFormat.

line

public LineFormat line()
Gets the LineFormat associated with this Format.
Returns:
the LineFormat.

placement

public PlacementFormat placement()
Gets the PlacementFormat associated with this Format.
Returns:
the PlacementFormat.

picture

public PictureFormat picture()
Gets the PictureFormat associated with this Format.
Returns:
the PictureFormat.

textbox

public TextboxFormat textbox()
Gets the TextboxFormat associated with this Format.
Returns:
the TextboxFormat.