A protocol defining the interface for PrintPlane classes. More...
Public Member Functions | |
float | dots_per_unit_with_ruler (self, Optional[IRuler] ruler, Optional[IPrintResolution] resolution) |
float | dots_to_points_with_dots (self, float dots, Optional[IPrintResolution] resolution) |
float | inch_to_dots_with_inch_value (self, float inch_value, Optional[IPrintResolution] resolution) |
float | inch_to_points_with_inch_value (self, float inch_value, Optional[IPrintResolution] resolution) |
float | mm_to_dots_with_mm_value (self, float mm_value, Optional[IPrintResolution] resolution) |
float | mm_to_points_with_mm_value (self, float mm_value, Optional[IPrintResolution] resolution) |
float | to_points_with_scaled_number (self, float scaled_number, Optional[IRuler] ruler, Optional[IPrintResolution] resolution) |
float | to_dots_with_scaled_number (self, float scaled_number, Optional[IRuler] ruler, Optional[IPrintResolution] resolution) |
float | to_inch_with_scaled_number (self, float scaled_number, Optional[IRuler] ruler, Optional[IPrintResolution] resolution) |
float | to_mm_with_scaled_number (self, float scaled_number, Optional[IRuler] ruler, Optional[IPrintResolution] resolution) |
IPoint | to_dots_with_scaled_position (self, IPoint scaled_position, Optional[IRuler] ruler, Optional[IPrintResolution] resolution) |
Static Public Attributes | |
IPrintResolution | printer_resolution |
IRuler | ruler |
A protocol defining the interface for PrintPlane classes.
float LabelMaker.Interfaces.ICoordinates.IPrintPlane.dots_per_unit_with_ruler | ( | self, | |
Optional[IRuler] | ruler, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
float LabelMaker.Interfaces.ICoordinates.IPrintPlane.dots_to_points_with_dots | ( | self, | |
float | dots, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
float LabelMaker.Interfaces.ICoordinates.IPrintPlane.inch_to_dots_with_inch_value | ( | self, | |
float | inch_value, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
float LabelMaker.Interfaces.ICoordinates.IPrintPlane.inch_to_points_with_inch_value | ( | self, | |
float | inch_value, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
float LabelMaker.Interfaces.ICoordinates.IPrintPlane.mm_to_dots_with_mm_value | ( | self, | |
float | mm_value, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
float LabelMaker.Interfaces.ICoordinates.IPrintPlane.mm_to_points_with_mm_value | ( | self, | |
float | mm_value, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
float LabelMaker.Interfaces.ICoordinates.IPrintPlane.to_dots_with_scaled_number | ( | self, | |
float | scaled_number, | ||
Optional[IRuler] | ruler, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
IPoint LabelMaker.Interfaces.ICoordinates.IPrintPlane.to_dots_with_scaled_position | ( | self, | |
IPoint | scaled_position, | ||
Optional[IRuler] | ruler, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
float LabelMaker.Interfaces.ICoordinates.IPrintPlane.to_inch_with_scaled_number | ( | self, | |
float | scaled_number, | ||
Optional[IRuler] | ruler, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
float LabelMaker.Interfaces.ICoordinates.IPrintPlane.to_mm_with_scaled_number | ( | self, | |
float | scaled_number, | ||
Optional[IRuler] | ruler, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
float LabelMaker.Interfaces.ICoordinates.IPrintPlane.to_points_with_scaled_number | ( | self, | |
float | scaled_number, | ||
Optional[IRuler] | ruler, | ||
Optional[IPrintResolution] | resolution ) |
Reimplemented in LabelMaker.Interfaces.ICoordinates.PrintPlane.
|
static |
|
static |