Méthode | Description | |
---|---|---|
Clone ( ) : object |
Deep copy of PiAxis.
|
|
PiAxis ( ) : System |
Default constructor
|
|
PiAxis ( |
Copy constructor TODO: [review notes] I don't think this will work as desired. |
|
PiAxis ( double worldMin, double worldMax ) : System |
Constructor
|
Méthode | Description | |
---|---|---|
DoClone ( |
Helper method for Clone.
|
|
DrawTicks ( |
Given Graphics surface, and physical extents of axis, draw ticks and associated labels.
|
Méthode | Description | |
---|---|---|
Init ( ) : void |
Initialise PiAxis to default state.
|
|
WorldTickPositions_FirstPass ( Point physicalMin, Point physicalMax, |
Determines the positions, in world coordinates, of the large ticks. Label axes do not have small ticks.
|
protected static DoClone ( |
||
b | The cloned object. | |
a | The original object to clone. | |
Résultat | void |
protected DrawTicks ( |
||
g | The GDI+ Graphics surface on which to draw. | |
physicalMin | Point | The physical location of the world min point |
physicalMax | Point | The physical location of the world max point |
labelOffset | object | out: a suitable offset from the axis to draw the axis label. |
boundingBox | object | out: smallest box that completely encompasses all of the ticks and tick labels. |
Résultat | void |
public PiAxis ( double worldMin, double worldMax ) : System | ||
worldMin | double | Minimum world value |
worldMax | double | Maximum world value |
Résultat | System |