Class: Fox::FXPSBounds
- Inherits:
-
Object
- Object
- Fox::FXPSBounds
- Defined in:
- rdoc-sources/FXDCPrint.rb
Overview
Bounding box
Instance Attribute Summary collapse
-
#xmax ⇒ Object
Maximum x-coordinate [Float].
-
#xmin ⇒ Object
Minimum x-coordinate [Float].
-
#ymax ⇒ Object
Maximum y-coordinate.
-
#ymin ⇒ Object
Minimum y-coordinate [Float].
Instance Method Summary collapse
-
#initialize ⇒ FXPSBounds
constructor
Returns an initialized FXPSBounds instance.
Constructor Details
#initialize ⇒ FXPSBounds
Returns an initialized FXPSBounds instance
20 |
# File 'rdoc-sources/FXDCPrint.rb', line 20 def initialize; end |
Instance Attribute Details
#xmax ⇒ Object
Maximum x-coordinate [Float]
11 12 13 |
# File 'rdoc-sources/FXDCPrint.rb', line 11 def xmax @xmax end |
#xmin ⇒ Object
Minimum x-coordinate [Float]
8 9 10 |
# File 'rdoc-sources/FXDCPrint.rb', line 8 def xmin @xmin end |
#ymax ⇒ Object
Maximum y-coordinate
17 18 19 |
# File 'rdoc-sources/FXDCPrint.rb', line 17 def ymax @ymax end |
#ymin ⇒ Object
Minimum y-coordinate [Float]
14 15 16 |
# File 'rdoc-sources/FXDCPrint.rb', line 14 def ymin @ymin end |