Skip navigation links


com.thortech.xl.gc.util
Class ImageGenerator.Field

java.lang.Object
  extended by com.thortech.xl.gc.util.ImageGenerator.Field

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ImageGenerator

public class ImageGenerator.Field
extends java.lang.Object
implements java.io.Serializable

This class holds information about the co-ordinates of a field in the JGraph Image

See Also:
Serialized Form

Constructor Summary
ImageGenerator.Field()
           

 

Method Summary
 java.lang.String getChildDatasetName()
           
 java.lang.String getLocalizedTransformationName()
           
 java.lang.String getParentDatasetName()
           
 java.lang.String getTransformationName()
           
 double getXleft()
           
 double getXright()
           
 double getYbottom()
           
 double getYtop()
           
 boolean isChildDatasetField()
           
 java.lang.String isChildDatasetName()
           
 boolean isParentDatasetField()
           
 void setLocalizedTransformationName(java.lang.String localizedTransformationName)
           
 void setTransformationName(java.lang.String transformationName)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ImageGenerator.Field

public ImageGenerator.Field()

Method Detail

getChildDatasetName

public java.lang.String getChildDatasetName()
Returns:
Returns the childDatasetName.

isChildDatasetField

public boolean isChildDatasetField()
Returns:
Returns the isChildDatasetField.

isChildDatasetName

public java.lang.String isChildDatasetName()
Returns:
Returns the isChildDatasetName.

isParentDatasetField

public boolean isParentDatasetField()
Returns:
Returns the isParentDatasetField.

getParentDatasetName

public java.lang.String getParentDatasetName()
Returns:
Returns the parentDatasetName.

getXleft

public double getXleft()
Returns:
Returns the xleft.

getXright

public double getXright()
Returns:
Returns the xright.

getYbottom

public double getYbottom()
Returns:
Returns the ybottom.

getYtop

public double getYtop()
Returns:
Returns the ytop.

getTransformationName

public java.lang.String getTransformationName()
Returns:
Returns the transformationName.

setTransformationName

public void setTransformationName(java.lang.String transformationName)
Parameters:
transformationName - The transformationName to set.

getLocalizedTransformationName

public java.lang.String getLocalizedTransformationName()

setLocalizedTransformationName

public void setLocalizedTransformationName(java.lang.String localizedTransformationName)

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.