com.steema.teechart.legend
Class LegendItemCoordinates

java.lang.Object
  extended by com.steema.teechart.legend.LegendItemCoordinates

public class LegendItemCoordinates
extends java.lang.Object

Title: LegendItemCoordinates class

Description: Legend Position.

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 int xColor
           
 
Constructor Summary
LegendItemCoordinates(int index, int x, int y, int xColor)
           
LegendItemCoordinates(LegendItemCoordinates c)
           
 
Method Summary
 int getIndex()
          The Index of the Legend item.
 int getX()
          The specific X coordinate of the Legend item.
 int getXColor()
          The specific XColor coordinate of the Legend item.
 int getY()
          The specific Y coordinate of the Legend item.
 void setX(int value)
          Sts the specific X coordinate of the Legend item.
 void setXColor(int value)
          Sets the specific XColor coordinate of the Legend item.
 void setY(int value)
          Sets the specific Y coordinate of the Legend item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xColor

public int xColor
Constructor Detail

LegendItemCoordinates

public LegendItemCoordinates(int index,
                             int x,
                             int y,
                             int xColor)

LegendItemCoordinates

public LegendItemCoordinates(LegendItemCoordinates c)
Method Detail

getIndex

public int getIndex()
The Index of the Legend item.

Returns:
int

getX

public int getX()
The specific X coordinate of the Legend item.

Returns:
int

setX

public void setX(int value)
Sts the specific X coordinate of the Legend item.

Parameters:
value - int

getY

public int getY()
The specific Y coordinate of the Legend item.

Returns:
int

setY

public void setY(int value)
Sets the specific Y coordinate of the Legend item.

Parameters:
value - int

getXColor

public int getXColor()
The specific XColor coordinate of the Legend item.

Returns:
int

setXColor

public void setXColor(int value)
Sets the specific XColor coordinate of the Legend item.

Parameters:
value - int