Library | Package Java Toolkit

Interface Point

package com.ptc.uifc.uifcCore;

public interface Point
  extends jxobject



Description

 



Method Summary
intGetX ()
    Get method for attribute "X"
     
intGetY ()
    Get method for attribute "Y"
     
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)