public class SeriesMarksPosition
extends java.lang.Object
Title: SeriesMarksPosition class
Description: Series Mark Position
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
boolean |
arrowFix |
Point |
arrowFrom |
Point |
arrowTo |
boolean |
custom |
boolean |
hasMid |
int |
height |
Point |
leftTop |
Point |
midPoint |
int |
width |
Constructor and Description |
---|
SeriesMarksPosition() |
Modifier and Type | Method and Description |
---|---|
void |
assign(SeriesMarksPosition source) |
Rectangle |
getBounds()
Returns the bounding rectangle of the indexed Mark.
|
void |
moveTo(int x,
int y) |
public boolean arrowFix
public Point arrowFrom
public Point arrowTo
public boolean custom
public int height
public Point leftTop
public int width
public Point midPoint
public boolean hasMid
public Rectangle getBounds()
public void assign(SeriesMarksPosition source)
public void moveTo(int x, int y)