public class Axis extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Axis.Movement |
| Modifier and Type | Field and Description |
|---|---|
static SimpleDateFormat |
DefaultHorizontalDateFormat |
static SimpleDateFormat |
DefaultVerticalDateFormat |
Axis.Movement |
Direction |
ChartExtent |
Extent |
AxisLineSettings |
LineSettings |
String |
Name |
org.bimserver.geometry.Vector2d |
P2OfConstructedLine |
org.bimserver.geometry.Vector2d |
StartingLocation |
double |
VerticalLineHeightInPixels |
| Constructor and Description |
|---|
Axis(String name,
ChartExtent extent,
org.bimserver.geometry.Vector2d startingLocation,
org.bimserver.geometry.Vector2d p2OfConstructedLine,
Axis.Movement direction) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
buildString(int indentation) |
double |
getWorldSpaceValueGivenActualValue(double actualValue) |
boolean |
requiresReverseOrder()
Provide a means to look up whether the axis requires reversing order of data (specifically, to deal with top-down Y values versus bottom-up Y values).
|
public static final SimpleDateFormat DefaultHorizontalDateFormat
public static final SimpleDateFormat DefaultVerticalDateFormat
public String Name
public ChartExtent Extent
public org.bimserver.geometry.Vector2d StartingLocation
public org.bimserver.geometry.Vector2d P2OfConstructedLine
public Axis.Movement Direction
public double VerticalLineHeightInPixels
public AxisLineSettings LineSettings
public Axis(String name, ChartExtent extent, org.bimserver.geometry.Vector2d startingLocation, org.bimserver.geometry.Vector2d p2OfConstructedLine, Axis.Movement direction)
name - extent - startingLocation - p2OfConstructedLine - direction - public boolean requiresReverseOrder()
public StringBuilder buildString(int indentation)
public double getWorldSpaceValueGivenActualValue(double actualValue)
Copyright © 2017 OpenSource BIM. All rights reserved.