com.tensegrity.generic.attribute
Class CustomAttributeEditorEnvironment.EditorRegion

java.lang.Object
  extended bycom.tensegrity.generic.attribute.CustomAttributeEditorEnvironment.EditorRegion
Enclosing class:
CustomAttributeEditorEnvironment

public static class CustomAttributeEditorEnvironment.EditorRegion
extends java.lang.Object

A simple structure to hold the region of the editor

Author:
BurkhardWick

Field Summary
 int height
          height: The height of the rectangle region
 int width
          width: The width of the rectangle region
 int x
          x: The x-coordinate of the upper left corner of the rectangle region
 int y
          y: The y-coordinate of the upper left corner of the rectangle region
 
Constructor Summary
CustomAttributeEditorEnvironment.EditorRegion(int x, int y, int width, int height)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x
x: The x-coordinate of the upper left corner of the rectangle region


y

public int y
y: The y-coordinate of the upper left corner of the rectangle region


width

public int width
width: The width of the rectangle region


height

public int height
height: The height of the rectangle region

Constructor Detail

CustomAttributeEditorEnvironment.EditorRegion

public CustomAttributeEditorEnvironment.EditorRegion(int x,
                                                     int y,
                                                     int width,
                                                     int height)
Constructor

Parameters:
x - The x-coordinate of the upper left corner of the rectangle region
y - The y-coordinate of the upper left corner of the rectangle region
width - The width of the rectangle region
height - The height of the rectangle region


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.