Library | Package Java Toolkit

Interface Dimension

package com.ptc.uifc.uifcCore;

public interface Dimension
  extends jxobject



Description

 



Method Summary
intGetHeight ()
    Get method for attribute "Height"
     
intGetWidth ()
    Get method for attribute "Width"
     
voidSetHeight (int value)
    Set method for attribute "Height"
     
voidSetWidth (int value)
    Set method for attribute "Width"
     

Method Detail

GetWidth/SetWidth

intGetWidth ()
voidSetWidth (int value)


     



GetHeight/SetHeight

intGetHeight ()
voidSetHeight (int value)