Articles and Tutorials

GSDimension

Encapulates the width and height of a component (in integer precision) in a single object
Field Summary
 int height
          The width measurement
 int width
          The width measurement
 
Constructor Summary
GSDimension (width, height)
            Creates a new GSDimension.
 
Method Summary
 String toString()
           Outputs this dimension's properties as a String

Field Detail

height

int height
    The width measurement

width

int width
    The width measurement