com.steema.teechart.styles
Class SeriesMarksPosition

java.lang.Object
  extended by com.steema.teechart.styles.SeriesMarksPosition

public class SeriesMarksPosition
extends java.lang.Object

Title: SeriesMarksPosition class

Description: Series Mark Position

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

Company: Steema Software SL


Field Summary
 boolean arrowFix
           
 java.awt.Point arrowFrom
           
 java.awt.Point arrowTo
           
 boolean custom
           
 int height
           
 java.awt.Point leftTop
           
 int width
           
 
Constructor Summary
SeriesMarksPosition()
           
 
Method Summary
 void assign(SeriesMarksPosition source)
           
 Rectangle getBounds()
          Returns the bounding rectangle of the indexed Mark.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arrowFix

public boolean arrowFix

arrowFrom

public java.awt.Point arrowFrom

arrowTo

public java.awt.Point arrowTo

custom

public boolean custom

height

public int height

leftTop

public java.awt.Point leftTop

width

public int width
Constructor Detail

SeriesMarksPosition

public SeriesMarksPosition()
Method Detail

getBounds

public Rectangle getBounds()
Returns the bounding rectangle of the indexed Mark.

Returns:
Rectangle

assign

public void assign(SeriesMarksPosition source)