Class: Layout::Grid
- Inherits:
-
Object
- Object
- Layout::Grid
Overview
Class that references a Document's grid settings.
Instance Method Summary # collapse
-
#clip_to_margins=(clip) ⇒ Object
The #clip_to_margins= method sets whether or not the grid is clipped to the page margins.
-
#clip_to_margins? ⇒ Boolean
The #clip_to_margins? method returns whether or not the grid is clipped to the page margins.
-
#in_front=(in_front) ⇒ Object
The #in_front= method sets whether or not the grid is drawn on top of entities.
-
#in_front? ⇒ Boolean
The #in_front? method returns whether or not the grid is drawn on top of entities.
-
#major_color ⇒ Sketchup::Color
The #major_color method returns the Sketchup::Color for the major grid lines.
-
#major_color=(color) ⇒ Object
The #major_color= method sets the Sketchup::Color for the major grid lines.
-
#major_spacing ⇒ Numeric
The #major_spacing method returns the major space size of the Grid.
-
#major_spacing=(spacing) ⇒ Object
The #major_spacing= method sets the major space size of the Grid.
-
#minor_color ⇒ Sketchup::Color
The #minor_color method returns the Sketchup::Color for the minor grid lines.
-
#minor_color=(color) ⇒ Object
The #minor_color= method sets the Sketchup::Color for the minor grid lines.
-
#minor_divisions ⇒ Integer
The #minor_divisions method returns the number of minor divisions of the Grid.
-
#minor_divisions=(divisions) ⇒ Object
The #minor_divisions= method sets the number of minor divisions of the Grid.
- #print=(print) ⇒ Object
- #print? ⇒ Boolean
- #show=(show) ⇒ Object
- #show? ⇒ Boolean
-
#show_major=(show) ⇒ Object
The #show_major= method sets whether or not the major grid lines are visible.
-
#show_major? ⇒ Boolean
The #show_major? method returns whether or not the major grid lines are visible.
-
#show_minor=(show) ⇒ Object
The #show_minor= method sets whether or not the minor grid lines are visible.
-
#show_minor? ⇒ Boolean
The #show_minor? method returns whether or not the minor grid lines are visible.
Instance Method Details
↑ #clip_to_margins=(clip) ⇒ Object
The #clip_to_margins= method sets whether or not the grid is clipped to the page margins.
↑ #clip_to_margins? ⇒ Boolean
The #clip_to_margins? method returns whether or not the grid is clipped to the page margins.
↑ #in_front=(in_front) ⇒ Object
The #in_front= method sets whether or not the grid is drawn on top of entities.
↑ #in_front? ⇒ Boolean
The #in_front? method returns whether or not the grid is drawn on top of entities.
↑ #major_color ⇒ Sketchup::Color
The #major_color method returns the Sketchup::Color for the major grid lines.
↑ #major_color=(color) ⇒ Object
The #major_color= method sets the Sketchup::Color for the major grid lines.
↑ #major_spacing ⇒ Numeric
The #major_spacing method returns the major space size of the Layout::Grid.
↑ #major_spacing=(spacing) ⇒ Object
The #major_spacing= method sets the major space size of the Layout::Grid.
↑ #minor_color ⇒ Sketchup::Color
The #minor_color method returns the Sketchup::Color for the minor grid lines.
↑ #minor_color=(color) ⇒ Object
The #minor_color= method sets the Sketchup::Color for the minor grid lines.
↑ #minor_divisions ⇒ Integer
The #minor_divisions method returns the number of minor divisions of the Layout::Grid.
↑ #minor_divisions=(divisions) ⇒ Object
The #minor_divisions= method sets the number of minor divisions of the Layout::Grid.
↑ #print=(print) ⇒ Object
The #print= method sets whether or not the Layout::Grid is printed.
↑ #print? ⇒ Boolean
The #print? method returns whether or not the Layout::Grid is printed.
↑ #show=(show) ⇒ Object
The #show= method sets whether or not the Layout::Grid is visible.
↑ #show? ⇒ Boolean
The #show? method returns whether or not the Layout::Grid is visible.
↑ #show_major=(show) ⇒ Object
The #show_major= method sets whether or not the major grid lines are visible.
↑ #show_major? ⇒ Boolean
The #show_major? method returns whether or not the major grid lines are visible.
↑ #show_minor=(show) ⇒ Object
The #show_minor= method sets whether or not the minor grid lines are visible.
↑ #show_minor? ⇒ Boolean
The #show_minor? method returns whether or not the minor grid lines are visible.