public class LegendItemCoordinates
extends java.lang.Object
Title: LegendItemCoordinates class
Description: Legend Position.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
int |
xColor |
Constructor and Description |
---|
LegendItemCoordinates(int index,
int x,
int y,
int xColor) |
LegendItemCoordinates(LegendItemCoordinates c) |
Modifier and Type | Method and Description |
---|---|
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.
|
public LegendItemCoordinates(int index, int x, int y, int xColor)
public LegendItemCoordinates(LegendItemCoordinates c)
public int getIndex()
public int getX()
public void setX(int value)
value
- intpublic int getY()
public void setY(int value)
value
- intpublic int getXColor()
public void setXColor(int value)
value
- int