Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.paradoxpoint.libitina.monument
Interface Sizable  view Sizable download Sizable.java

All Known Subinterfaces:
Transformable
All Known Implementing Classes:
TextItem, TransformableImageItem

public interface Sizable


Method Summary
 int getHeight()
          Getter for property height.
 int getWidth()
          Getter for property width.
 void setHeight(int height)
          Setter for property height.
 void setWidth(int width)
          Setter for property width.
 

Method Detail

setWidth

public void setWidth(int width)
Setter for property width.


setHeight

public void setHeight(int height)
Setter for property height.


getWidth

public int getWidth()
Getter for property width.


getHeight

public int getHeight()
Getter for property height.