lt.monarch.chart.engine
Class MarkerEntry

java.lang.Object
  extended by lt.monarch.chart.engine.MarkerEntry
All Implemented Interfaces:
java.io.Serializable

public class MarkerEntry
extends java.lang.Object
implements java.io.Serializable

Marker entry private class

See Also:
Serialized Form

Constructor Summary
Constructor and Description
MarkerEntry(Marker marker, Alignment verticalAlignment, Alignment horizontalAlignment)
          Marker entry
MarkerEntry(Marker marker, Alignment verticalAlignment, Alignment horizontalAlignment, LabelLayouter layouter)
          Marker entry constructor
 
Method Summary
Modifier and Type Method and Description
 Alignment getHorizontalAlignment()
          Gets the horizontal alignment value
 LabelLayouter getLayouter()
          Gets the layouter value
 Marker getMarker()
          Gets the marker value
 Alignment getVerticalAlignment()
          Gets the alignment value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkerEntry

public MarkerEntry(Marker marker,
                   Alignment verticalAlignment,
                   Alignment horizontalAlignment)
Marker entry

Parameters:
marker - marker
horizontalAlignment - marker horizontal alignment
verticalAlignment - marker alignment

MarkerEntry

public MarkerEntry(Marker marker,
                   Alignment verticalAlignment,
                   Alignment horizontalAlignment,
                   LabelLayouter layouter)
Marker entry constructor

Parameters:
marker - marker
verticalAlignment - marker alignment
horizontalAlignment - marker horizontal alignment
layouter - marker layouter
Method Detail

getMarker

public Marker getMarker()
Gets the marker value

Returns:
the marker value

getLayouter

public LabelLayouter getLayouter()
Gets the layouter value

Returns:
the layouter value

getVerticalAlignment

public Alignment getVerticalAlignment()
Gets the alignment value

Returns:
the alignment value

getHorizontalAlignment

public Alignment getHorizontalAlignment()
Gets the horizontal alignment value

Returns:
the alignment value