Library | Package Java Toolkit

Interface Rectangle

package com.ptc.uifc.uifcCore;

public interface Rectangle
  extends jxobject



Description

 



Method Summary
intGetHeight ()
    Get method for attribute "Height"
     
intGetWidth ()
    Get method for attribute "Width"
     
intGetX ()
    Get method for attribute "X"
     
intGetY ()
    Get method for attribute "Y"
     
voidSetHeight (int value)
    Set method for attribute "Height"
     
voidSetWidth (int value)
    Set method for attribute "Width"
     
voidSetX (int value)
    Set method for attribute "X"
     
voidSetY (int value)
    Set method for attribute "Y"
     

Method Detail

GetX/SetX

intGetX ()
voidSetX (int value)


     



GetY/SetY

intGetY ()
voidSetY (int value)


     



GetWidth/SetWidth

intGetWidth ()
voidSetWidth (int value)


     



GetHeight/SetHeight

intGetHeight ()
voidSetHeight (int value)