com.wirefusion.project
Interface TargetArea


public interface TargetArea

Represent Target Areas


Method Summary
 java.awt.Point getLocation()
          Returns the Target Area location
 java.awt.Dimension getSize()
          Returns the Target Area dimension
 void setLocation(java.awt.Point location)
          Sets the Target Area location
 void setSize(java.awt.Dimension dim)
          Sets the Target Area dimension
 

Method Detail

setSize

void setSize(java.awt.Dimension dim)
Sets the Target Area dimension

Parameters:
dim - the new Target Area dimension

getSize

java.awt.Dimension getSize()
Returns the Target Area dimension

Returns:
the Target Area dimension

getLocation

java.awt.Point getLocation()
Returns the Target Area location

Returns:
the Target Area location

setLocation

void setLocation(java.awt.Point location)
Sets the Target Area location

Parameters:
location - the new Target Area location