... | ... | @@ -87,7 +87,7 @@ In the case of `thickness < minThickness` an exception will be thrown stating th |
|
|
The floating dot area mode enables embossing by defining dots by their x- and y-coordinate. All plotting algorithms must implement the Plotter interface.
|
|
|
Points are added iteratively to a FloatingPointData with an x- and a y-coordinate. The list with coordinates are passed to the printer starting with an ESC 70 sequence.
|
|
|
|
|
|
Plotting algorithms for diagrams should extend AbstractPlotter or an abstract child class, which provide basic functionalities such as axes drawing and axes scaling.
|
|
|
Plotting algorithms for diagrams should extend AbstractPlotter or an abstract child class, which provide basic functionalities such as axes drawing and axes scaling. All dimensions adapt dynamically to the size of the paper or to the range of values, respectively.
|
|
|
The user can chose wether a second y-axis should be plotted for scatter and line plots. The user can also chose wether a negative grid should be embossed.
|
|
|
|
|
|
Scatter plots are plotted by adding the points to the diagram and, if desired, plotting a frame around it. Currently three different frames are supported.
|
... | ... | |