lt.monarch.chart.chart3D.axis
Interface LabeLayouter3D

All Known Implementing Classes:
DefaultLabelLayouter3D

public interface LabeLayouter3D

Axis label layouter 3D interface


Method Summary
Modifier and Type Method and Description
 void layout(AxisLine3D axisLine, double tickLength, Point2D perpendicular, TextOrientation labelType, TextOrientation titleType, TitlePosition titlePosition, Point3D sideFlipPoint)
          Layout the labels and title for the specified axis line.
 

Method Detail

layout

void layout(AxisLine3D axisLine,
            double tickLength,
            Point2D perpendicular,
            TextOrientation labelType,
            TextOrientation titleType,
            TitlePosition titlePosition,
            Point3D sideFlipPoint)
Layout the labels and title for the specified axis line.

Parameters:
axisLine - axis line which labels and title will be layouted
tickLength - TODO
perpendicular - TODO
labelType - the type of labels
titleType - the type of title
titlePosition - the position of title
sideFlipPoint - an auxiliary point for switching between sides of axis line