Class: Layout::Style
- Inherits:
-
Object
- Object
- Layout::Style
Overview
References a collection of style attributes that determine the visual appearance of Entitys. Style attributes are those attributes which the user can manipulate in LayOut's inspector windows. For example, shape style attributes that define stroke and fill, or text style attributes that define the font for FormattedText. The Document maintains a default style for various types of Entitys, and it is possible to apply the style of one entity to another. Style objects are transient and do not belong to a Document.
Constant Summary #
- Layout::Style::JOIN_STYLE_MITER
- Layout::Style::JOIN_STYLE_ROUND
- Layout::Style::JOIN_STYLE_BEVEL
- Layout::Style::CAP_STYLE_FLAT
- Layout::Style::CAP_STYLE_ROUND
- Layout::Style::CAP_STYLE_SQUARE
- Layout::Style::STROKE_PATTERN_SOLID
- Layout::Style::STROKE_PATTERN_DASH
- Layout::Style::STROKE_PATTERN_DOT
- Layout::Style::STROKE_PATTERN_DASH_DOT
- Layout::Style::STROKE_PATTERN_DASH_DOT_DOT
- Layout::Style::STROKE_PATTERN_DASH_SPACE
- Layout::Style::STROKE_PATTERN_DASH_DOT_DOT_DOT
- Layout::Style::STROKE_PATTERN_DASH_DASH_DOT
- Layout::Style::STROKE_PATTERN_DASH_DASH_DOT_DOT
- Layout::Style::STROKE_PATTERN_DASH_DASH_DOT_DOT_DOT
- Layout::Style::STROKE_PATTERN_CENTER
- Layout::Style::STROKE_PATTERN_PHANTOM
- Layout::Style::STROKE_PATTERN_SHORT_DASH
- Layout::Style::UNDERLINE_NONE
- Layout::Style::UNDERLINE_SINGLE
- Layout::Style::UNDERLINE_DOUBLE
- Layout::Style::NORMAL_SCRIPT
- Layout::Style::SUPER_SCRIPT
- Layout::Style::SUB_SCRIPT
- Layout::Style::ALIGN_LEFT
- Layout::Style::ALIGN_RIGHT
- Layout::Style::ALIGN_CENTER
- Layout::Style::ANCHOR_TOP
- Layout::Style::ANCHOR_CENTER
- Layout::Style::ANCHOR_BOTTOM
- Layout::Style::DIMENSION_TEXT_ABOVE
- Layout::Style::DIMENSION_TEXT_CENTER
- Layout::Style::DIMENSION_TEXT_BELOW
- Layout::Style::DIMENSION_TEXT_OFFSET
- Layout::Style::DIMENSION_TEXT_HORIZONTAL
- Layout::Style::DIMENSION_TEXT_VERTICAL
- Layout::Style::DIMENSION_TEXT_PARALLEL
- Layout::Style::DIMENSION_TEXT_PERPENDICULAR
- Layout::Style::FRACTIONAL_INCHES
- Layout::Style::ARCHITECTURAL_INCHES
- Layout::Style::ENGINEERING_FEET
- Layout::Style::DECIMAL_INCHES
- Layout::Style::DECIMAL_FEET
- Layout::Style::DECIMAL_MILLIMETERS
- Layout::Style::DECIMAL_CENTIMETERS
- Layout::Style::DECIMAL_METERS
- Layout::Style::DECIMAL_POINTS
- Layout::Style::DEGREES
- Layout::Style::RADIANS
- Layout::Style::ARROW_NONE
- Layout::Style::ARROW_FILLED_TRIANGLE
- Layout::Style::ARROW_OPEN_TRIANGLE
- Layout::Style::ARROW_FILLED_SKINNY_TRIANGLE
- Layout::Style::ARROW_OPEN_SKINNY_TRIANGLE
- Layout::Style::ARROW_OPEN_ARROW_90
- Layout::Style::ARROW_OPEN_ARROW_120
- Layout::Style::ARROW_FILLED_CIRCLE
- Layout::Style::ARROW_OPEN_CIRCLE
- Layout::Style::ARROW_FILLED_SQUARE
- Layout::Style::ARROW_OPEN_SQUARE
- Layout::Style::ARROW_FILLED_DIAMOND
- Layout::Style::ARROW_OPEN_DIAMOND
- Layout::Style::ARROW_STAR
- Layout::Style::ARROW_T
- Layout::Style::ARROW_SLASH_RIGHT
- Layout::Style::ARROW_SLASH_LEFT
- Layout::Style::ARROW_UNDERRUN
- Layout::Style::ARROW_OVERRUN
- Layout::Style::LABEL_LEADER_LINE
- Layout::Style::LABEL_TEXT
- Layout::Style::DIMENSION_START_EXTENSION_LINE
- Layout::Style::DIMENSION_END_EXTENSION_LINE
- Layout::Style::DIMENSION_LINE
- Layout::Style::DIMENSION_LEADER_LINE
- Layout::Style::DIMENSION_TEXT
Class Method Summary # collapse
-
.arrow_type_filled?(arrow_type) ⇒ Boolean
The Style.arrow_type_filled? method returns whether the specified arrow type is filled or not.
Instance Method Summary # collapse
-
#dimension_rotation_alignment ⇒ Integer?
The #dimension_rotation_alignment method returns the rotational text alignment for LinearDimension text, or
nilif the Style does not have a value for that setting. -
#dimension_rotation_alignment=(alignment_type) ⇒ Object
The #dimension_rotation_alignment= method sets the rotational text alignment.
-
#dimension_units ⇒ Array(Integer, Float)?
The #dimension_units method returns the unit format and precision for dimensions, or
nilif the Style does not have a value for that setting. -
#dimension_vertical_alignment ⇒ Integer?
The #dimension_vertical_alignment method returns the vertical text alignment for LinearDimension text, or
nilif the Style does not have a value for that setting. -
#dimension_vertical_alignment=(alignment_type) ⇒ Object
The #dimension_vertical_alignment= method sets the vertical text alignment for LinearDimension text.
-
#end_arrow_size ⇒ Float?
The #end_arrow_size method returns the size of the end arrow, or
nilif the Style does not have a value for that setting. -
#end_arrow_size=(arrow_size) ⇒ Object
The #end_arrow_size= method sets the size of the end arrow.
-
#end_arrow_type ⇒ Integer?
The #end_arrow_type method returns the type of end arrow, or
nilif the Style does not have a value for that setting. -
#end_arrow_type=(arrow_type) ⇒ Object
The #end_arrow_type= method sets the type of end arrow.
-
#fill_color ⇒ Sketchup::Color?
The #fill_color method returns the solid file color, or
nilif the Style does not have a value for that setting. -
#fill_color=(fill_color) ⇒ Object
The #fill_color= method sets the solid fill color.
-
#font_family ⇒ String?
The #font_family method returns the text font name, or
nilif the Style does not have a value for that setting. -
#font_family=(font_family) ⇒ Object
The #font_family= method sets the text font name.
-
#font_size ⇒ Float?
The #font_size method returns the font size, or
nilif the Style does not have a value for that setting. -
#font_size=(font_size) ⇒ Object
The #font_size= method sets the font size.
-
#get_sub_style(type) ⇒ Layout::Style
The #get_sub_style method returns the Style for a sub-entity from the Style.
-
#initialize ⇒ Layout::Style
constructor
The #initialize method creates a new Style.
-
#pattern_fill_origin ⇒ Geom::Point2d?
The #pattern_fill_origin method returns the starting piont for the pattern fill, or
nilif the Style does not have a value for that setting. -
#pattern_fill_origin=(origin) ⇒ Object
The #pattern_fill_origin= method sets the starting point for the pattern fill.
-
#pattern_fill_path ⇒ String?
The #pattern_fill_path method returns the file path to the pattern fill image, or
nilif the Style does not have a value for that setting. -
#pattern_fill_path=(path) ⇒ Object
The #pattern_fill_path= method sets the path to the image to use for the pattern fill.
-
#pattern_fill_rotation ⇒ Float?
The #pattern_fill_rotation method returns the rotation of the pattern fill image in degrees, or
nilif the Style does not have a value for that setting. -
#pattern_fill_rotation=(rotation) ⇒ Object
The #pattern_fill_rotation= method sets the rotation in degrees of the pattern fill image.
-
#pattern_fill_scale ⇒ Float?
The #pattern_fill_scale method returns the pattern fill scale, or
nilif the Style does not have a value for that setting. -
#pattern_fill_scale=(scale) ⇒ Object
The #pattern_fill_scale= method sets the pattern fill scale.
-
#pattern_filled ⇒ Boolean?
The #pattern_filled method returns whether the Style has a pattern fill, or
nilif the Style does not have a value for that setting. -
#pattern_filled=(filled) ⇒ Object
The #pattern_filled= method sets whether the Style has a pattern fill.
-
#set_dimension_units(units, precision) ⇒ Object
The #set_dimension_units method sets the unit format and precision for dimensions.
-
#set_sub_style(type, sub_style) ⇒ Object
The #set_sub_style method adds a Style to apply to a Entity's sub-entity.
-
#solid_filled ⇒ Boolean?
The #solid_filled method returns whether the Style has a solid fill, or
nilif the Style does not have a value for that setting. -
#solid_filled=(filled) ⇒ Object
The #solid_filled= method sets whether the Style has a solid fill.
-
#start_arrow_size ⇒ Float?
The #start_arrow_size method returns the size of the start arrow, or
nilif the Style does not have a value for that setting. -
#start_arrow_size=(arrow_size) ⇒ Object
The #start_arrow_size= method sets the size of the start arrow.
-
#start_arrow_type ⇒ Integer?
The #start_arrow_type method returns the type of start arrow, or
nilif the Style does not have a value for that setting. -
#start_arrow_type=(arrow_type) ⇒ Object
The #start_arrow_type= method sets the type of start arrow.
-
#stroke_cap_style ⇒ Integer?
The #stroke_cap_style method returns the stroke cap style, or
nilif the Style does not have a value for that setting. -
#stroke_cap_style=(cap_style) ⇒ Object
The #stroke_cap_style= method sets the stroke cap style.
-
#stroke_color ⇒ Sketchup::Color?
The #stroke_color method returns the stroke color, or
nilif the Style does not have a value for that setting. -
#stroke_color=(stroke_color) ⇒ Object
The #stroke_color= method sets the stroke color.
-
#stroke_join_style ⇒ Integer?
The #stroke_join_style method returns the stroke join style, or
nilif the Style does not have a value for that setting. -
#stroke_join_style=(join_style) ⇒ Object
The #stroke_join_style= method sets the stroke join style.
-
#stroke_pattern ⇒ Integer?
The #stroke_pattern method returns the stroke pattern, or
nilif the Style does not have a value for that setting. -
#stroke_pattern=(pattern) ⇒ Object
The #stroke_pattern= method sets the stroke pattern.
-
#stroke_pattern_scale ⇒ Float?
The #stroke_pattern_scale method returns the stroke pattern scale, or
nilif the Style does not have a value for that setting. -
#stroke_pattern_scale=(scale) ⇒ Object
The #stroke_pattern_scale= method sets the stroke pattern scale.
-
#stroke_width ⇒ Float?
The #stroke_width method returns the stroke width, or
nilif the Style does not have a value for that setting. -
#stroke_width=(stroke_width) ⇒ Object
The #stroke_width= method sets the stroke width.
- #stroked ⇒ Boolean?
- #stroked=(stroked) ⇒ Object
-
#suppress_dimension_units ⇒ Boolean?
The #suppress_dimension_units method returns whether the units for dimensions are suppressed, or
nilif the Style does not have a value for that setting. -
#suppress_dimension_units=(suppress) ⇒ Object
The #suppress_dimension_units= method sets whether the units for dimensions are suppressed.
-
#text_alignment ⇒ Integer?
The #text_alignment method returns the text alignment, or
nilif the Style does not have a value for that setting. -
#text_alignment=(alignment_type) ⇒ Object
The #text_alignment= method sets the text alignment.
-
#text_anchor ⇒ Integer?
The #text_anchor method returns the text anchor type, or
nilif the Style does not have a value for that setting. -
#text_anchor=(anchor_type) ⇒ Object
The #text_anchor= method sets the text anchor type.
-
#text_bold ⇒ Boolean?
The #text_bold method returns whether text is bold, or
nilif the Style does not have a value for that setting. -
#text_bold=(bold) ⇒ Object
The #text_bold= method sets whether text is bold.
-
#text_color ⇒ Sketchup::Color?
The #text_color method returns the text color, or
nilif the Style does not have a value for that setting. -
#text_color=(color) ⇒ Object
The #text_color= method sets the text color.
-
#text_elevation ⇒ Integer?
The #text_elevation method returns the text elevation, or
nilif the Style does not have a value for that setting. -
#text_elevation=(elevation_type) ⇒ Object
The #text_elevation= method sets the text elevation.
-
#text_italic ⇒ Boolean?
The #text_italic method returns whether text is italic, or
nilif the Style does not have a value for that setting. -
#text_italic=(italic) ⇒ Object
The #text_italic= method sets whether text is italic.
-
#text_underline ⇒ Integer?
The #text_underline method returns the text underline type, or
nilif the Style does not have a value for that setting. -
#text_underline=(underline_type) ⇒ Object
The #text_underline= method sets the text underline type.
Constructor Details
↑ #initialize ⇒ Layout::Style
The #initialize method creates a new Layout::Style.
Class Method Details
↑ .arrow_type_filled?(arrow_type) ⇒ Boolean
The arrow_type_filled? method returns whether the specified arrow type is filled or not.
The arrow type can be one of the following values:
Layout::Style::ARROW_NONELayout::Style::ARROW_FILLED_TRIANGLELayout::Style::ARROW_OPEN_TRIANGLELayout::Style::ARROW_FILLED_SKINNY_TRIANGLELayout::Style::ARROW_OPEN_SKINNY_TRIANGLELayout::Style::ARROW_OPEN_ARROW_90Layout::Style::ARROW_OPEN_ARROW_120Layout::Style::ARROW_FILLED_CIRCLELayout::Style::ARROW_OPEN_CIRCLELayout::Style::ARROW_FILLED_SQUARELayout::Style::ARROW_OPEN_SQUARELayout::Style::ARROW_FILLED_DIAMONDLayout::Style::ARROW_OPEN_DIAMONDLayout::Style::ARROW_STARLayout::Style::ARROW_TLayout::Style::ARROW_SLASH_RIGHTLayout::Style::ARROW_SLASH_LEFTLayout::Style::ARROW_UNDERRUNLayout::Style::ARROW_OVERRUN
Instance Method Details
↑ #dimension_rotation_alignment ⇒ Integer?
The #dimension_rotation_alignment method returns the rotational text alignment for LinearDimension text, or nil if the Layout::Style does not have a value for that setting.
The rotational alignment type can be one of the following values:
Layout::Style::DIMENSION_TEXT_HORIZONTALLayout::Style::DIMENSION_TEXT_VERTICALLayout::Style::DIMENSION_TEXT_PARALLELLayout::Style::DIMENSION_TEXT_PERPENDICULAR
↑ #dimension_rotation_alignment=(alignment_type) ⇒ Object
The #dimension_rotation_alignment= method sets the rotational text alignment.
The rotational alignment type can be one of the following values:
Layout::Style::DIMENSION_TEXT_HORIZONTALLayout::Style::DIMENSION_TEXT_VERTICALLayout::Style::DIMENSION_TEXT_PARALLELLayout::Style::DIMENSION_TEXT_PERPENDICULAR
↑ #dimension_units ⇒ Array(Integer, Float)?
The #dimension_units method returns the unit format and precision for dimensions, or nil if the Layout::Style does not have a value for that setting. Units may be for either LinearDimensions or AngularDimensions, but not both.
The units can be one of the following values:
Layout::Style::FRACTIONAL_INCHESLayout::Style::ARCHITECTURAL_INCHESLayout::Style::ENGINEERING_FEETLayout::Style::DECIMAL_INCHESLayout::Style::DECIMAL_FEETLayout::Style::DECIMAL_MILLIMETERSLayout::Style::DECIMAL_CENTIMETERSLayout::Style::DECIMAL_METERSLayout::Style::DECIMAL_POINTSLayout::Style::DEGREESLayout::Style::RADIANS
↑ #dimension_vertical_alignment ⇒ Integer?
The #dimension_vertical_alignment method returns the vertical text alignment for LinearDimension text, or nil if the Layout::Style does not have a value for that setting.
The vertical alignment type can be one of the following values:
Layout::Style::DIMENSION_TEXT_ABOVELayout::Style::DIMENSION_TEXT_CENTERLayout::Style::DIMENSION_TEXT_BELOWLayout::Style::DIMENSION_TEXT_OFFSET
↑ #dimension_vertical_alignment=(alignment_type) ⇒ Object
The #dimension_vertical_alignment= method sets the vertical text alignment for LinearDimension text.
The vertical alignment type can be one of the following values:
Layout::Style::DIMENSION_TEXT_ABOVELayout::Style::DIMENSION_TEXT_CENTERLayout::Style::DIMENSION_TEXT_BELOWLayout::Style::DIMENSION_TEXT_OFFSET
↑ #end_arrow_size ⇒ Float?
The #end_arrow_size method returns the size of the end arrow, or nil if the Layout::Style does not have a value for that setting.
↑ #end_arrow_size=(arrow_size) ⇒ Object
The #end_arrow_size= method sets the size of the end arrow. The minimum size is 0.25.
↑ #end_arrow_type ⇒ Integer?
The #end_arrow_type method returns the type of end arrow, or nil if the Layout::Style does not have a value for that setting.
The arrow type can be one of the following values:
Layout::Style::ARROW_NONELayout::Style::ARROW_FILLED_TRIANGLELayout::Style::ARROW_OPEN_TRIANGLELayout::Style::ARROW_FILLED_SKINNY_TRIANGLELayout::Style::ARROW_OPEN_SKINNY_TRIANGLELayout::Style::ARROW_OPEN_ARROW_90Layout::Style::ARROW_OPEN_ARROW_120Layout::Style::ARROW_FILLED_CIRCLELayout::Style::ARROW_OPEN_CIRCLELayout::Style::ARROW_FILLED_SQUARELayout::Style::ARROW_OPEN_SQUARELayout::Style::ARROW_FILLED_DIAMONDLayout::Style::ARROW_OPEN_DIAMONDLayout::Style::ARROW_STARLayout::Style::ARROW_TLayout::Style::ARROW_SLASH_RIGHTLayout::Style::ARROW_SLASH_LEFTLayout::Style::ARROW_UNDERRUNLayout::Style::ARROW_OVERRUN
↑ #end_arrow_type=(arrow_type) ⇒ Object
The #end_arrow_type= method sets the type of end arrow.
The arrow type can be one of the following values:
Layout::Style::ARROW_NONELayout::Style::ARROW_FILLED_TRIANGLELayout::Style::ARROW_OPEN_TRIANGLELayout::Style::ARROW_FILLED_SKINNY_TRIANGLELayout::Style::ARROW_OPEN_SKINNY_TRIANGLELayout::Style::ARROW_OPEN_ARROW_90Layout::Style::ARROW_OPEN_ARROW_120Layout::Style::ARROW_FILLED_CIRCLELayout::Style::ARROW_OPEN_CIRCLELayout::Style::ARROW_FILLED_SQUARELayout::Style::ARROW_OPEN_SQUARELayout::Style::ARROW_FILLED_DIAMONDLayout::Style::ARROW_OPEN_DIAMONDLayout::Style::ARROW_STARLayout::Style::ARROW_TLayout::Style::ARROW_SLASH_RIGHTLayout::Style::ARROW_SLASH_LEFTLayout::Style::ARROW_UNDERRUNLayout::Style::ARROW_OVERRUN
↑ #fill_color ⇒ Sketchup::Color?
The #fill_color method returns the solid file color, or nil if the Layout::Style does not have a value for that setting.
↑ #fill_color=(fill_color) ⇒ Object
The #fill_color= method sets the solid fill color.
↑ #font_family ⇒ String?
The #font_family method returns the text font name, or nil if the Layout::Style does not have a value for that setting.
↑ #font_family=(font_family) ⇒ Object
The #font_family= method sets the text font name.
↑ #font_size ⇒ Float?
The #font_size method returns the font size, or nil if the Layout::Style does not have a value for that setting.
↑ #font_size=(font_size) ⇒ Object
The #font_size= method sets the font size.
↑ #get_sub_style(type) ⇒ Layout::Style
The #get_sub_style method returns the Layout::Style for a sub-entity from the Layout::Style. This would be used to get the current style of a LinearDimension's text, for example.
↑ #pattern_fill_origin ⇒ Geom::Point2d?
The #pattern_fill_origin method returns the starting piont for the pattern fill, or nil if the Layout::Style does not have a value for that setting.
↑ #pattern_fill_origin=(origin) ⇒ Object
The #pattern_fill_origin= method sets the starting point for the pattern fill.
↑ #pattern_fill_path ⇒ String?
The #pattern_fill_path method returns the file path to the pattern fill image, or nil if the Layout::Style does not have a value for that setting.
↑ #pattern_fill_path=(path) ⇒ Object
The #pattern_fill_path= method sets the path to the image to use for the pattern fill.
↑ #pattern_fill_rotation ⇒ Float?
The #pattern_fill_rotation method returns the rotation of the pattern fill image in degrees, or nil if the Layout::Style does not have a value for that setting.
↑ #pattern_fill_rotation=(rotation) ⇒ Object
The #pattern_fill_rotation= method sets the rotation in degrees of the pattern fill image.
↑ #pattern_fill_scale ⇒ Float?
The #pattern_fill_scale method returns the pattern fill scale, or nil if the Layout::Style does not have a value for that setting.
↑ #pattern_fill_scale=(scale) ⇒ Object
The #pattern_fill_scale= method sets the pattern fill scale.
↑ #pattern_filled ⇒ Boolean?
The #pattern_filled method returns whether the Layout::Style has a pattern fill, or nil if the Layout::Style does not have a value for that setting.
↑ #pattern_filled=(filled) ⇒ Object
The #pattern_filled= method sets whether the Layout::Style has a pattern fill.
↑ #set_dimension_units(units, precision) ⇒ Object
The #set_dimension_units method sets the unit format and precision for dimensions. Units may be for either LinearDimensions or AngularDimensions, but not both.
The units can be one of the following values:
Layout::Style::FRACTIONAL_INCHESLayout::Style::ARCHITECTURAL_INCHESLayout::Style::ENGINEERING_FEETLayout::Style::DECIMAL_INCHESLayout::Style::DECIMAL_FEETLayout::Style::DECIMAL_MILLIMETERSLayout::Style::DECIMAL_CENTIMETERSLayout::Style::DECIMAL_METERSLayout::Style::DECIMAL_POINTSLayout::Style::DEGREESLayout::Style::RADIANS
↑ #set_sub_style(type, sub_style) ⇒ Object
The #set_sub_style method adds a Layout::Style to apply to a Entity's sub-entity. This would be used to set the arrow type for extension lines of a LinearDimension, for example.
↑ #solid_filled ⇒ Boolean?
The #solid_filled method returns whether the Layout::Style has a solid fill, or nil if the Layout::Style does not have a value for that setting.
↑ #solid_filled=(filled) ⇒ Object
The #solid_filled= method sets whether the Layout::Style has a solid fill.
↑ #start_arrow_size ⇒ Float?
The #start_arrow_size method returns the size of the start arrow, or nil if the Layout::Style does not have a value for that setting.
↑ #start_arrow_size=(arrow_size) ⇒ Object
The #start_arrow_size= method sets the size of the start arrow. The minimum size is 0.25.
↑ #start_arrow_type ⇒ Integer?
The #start_arrow_type method returns the type of start arrow, or nil if the Layout::Style does not have a value for that setting.
The arrow type can be one of the following values:
Layout::Style::ARROW_NONELayout::Style::ARROW_FILLED_TRIANGLELayout::Style::ARROW_OPEN_TRIANGLELayout::Style::ARROW_FILLED_SKINNY_TRIANGLELayout::Style::ARROW_OPEN_SKINNY_TRIANGLELayout::Style::ARROW_OPEN_ARROW_90Layout::Style::ARROW_OPEN_ARROW_120Layout::Style::ARROW_FILLED_CIRCLELayout::Style::ARROW_OPEN_CIRCLELayout::Style::ARROW_FILLED_SQUARELayout::Style::ARROW_OPEN_SQUARELayout::Style::ARROW_FILLED_DIAMONDLayout::Style::ARROW_OPEN_DIAMONDLayout::Style::ARROW_STARLayout::Style::ARROW_TLayout::Style::ARROW_SLASH_RIGHTLayout::Style::ARROW_SLASH_LEFTLayout::Style::ARROW_UNDERRUNLayout::Style::ARROW_OVERRUN
↑ #start_arrow_type=(arrow_type) ⇒ Object
The #start_arrow_type= method sets the type of start arrow.
The arrow type can be one of the following values:
Layout::Style::ARROW_NONELayout::Style::ARROW_FILLED_TRIANGLELayout::Style::ARROW_OPEN_TRIANGLELayout::Style::ARROW_FILLED_SKINNY_TRIANGLELayout::Style::ARROW_OPEN_SKINNY_TRIANGLELayout::Style::ARROW_OPEN_ARROW_90Layout::Style::ARROW_OPEN_ARROW_120Layout::Style::ARROW_FILLED_CIRCLELayout::Style::ARROW_OPEN_CIRCLELayout::Style::ARROW_FILLED_SQUARELayout::Style::ARROW_OPEN_SQUARELayout::Style::ARROW_FILLED_DIAMONDLayout::Style::ARROW_OPEN_DIAMONDLayout::Style::ARROW_STARLayout::Style::ARROW_TLayout::Style::ARROW_SLASH_RIGHTLayout::Style::ARROW_SLASH_LEFTLayout::Style::ARROW_UNDERRUNLayout::Style::ARROW_OVERRUN
↑ #stroke_cap_style ⇒ Integer?
The #stroke_cap_style method returns the stroke cap style, or nil if the Layout::Style does not have a value for that setting.
The cap style can be one of the following:
Layout::Style::CAP_STYLE_FLATLayout::Style::CAP_STYLE_ROUNDLayout::Style::CAP_STYLE_SQUARE
↑ #stroke_cap_style=(cap_style) ⇒ Object
The #stroke_cap_style= method sets the stroke cap style.
The cap style can be one of the following:
Layout::Style::CAP_STYLE_FLATLayout::Style::CAP_STYLE_ROUNDLayout::Style::CAP_STYLE_SQUARE
↑ #stroke_color ⇒ Sketchup::Color?
The #stroke_color method returns the stroke color, or nil if the Layout::Style does not have a value for that setting.
↑ #stroke_color=(stroke_color) ⇒ Object
The #stroke_color= method sets the stroke color.
↑ #stroke_join_style ⇒ Integer?
The #stroke_join_style method returns the stroke join style, or nil if the Layout::Style does not have a value for that setting.
The join style can be one of the following:
Layout::Style::JOIN_STYLE_MITERLayout::Style::JOIN_STYLE_ROUNDLayout::Style::JOIN_STYLE_BEVEL
↑ #stroke_join_style=(join_style) ⇒ Object
The #stroke_join_style= method sets the stroke join style.
The join style can be one of the following:
Layout::Style::JOIN_STYLE_MITERLayout::Style::JOIN_STYLE_ROUNDLayout::Style::JOIN_STYLE_BEVEL
↑ #stroke_pattern ⇒ Integer?
The #stroke_pattern method returns the stroke pattern, or nil if the Layout::Style does not have a value for that setting.
The stroke pattern can be one of the following:
Layout::Style::STROKE_PATTERN_SOLIDLayout::Style::STROKE_PATTERN_DASHLayout::Style::STROKE_PATTERN_DOTLayout::Style::STROKE_PATTERN_DASH_DOTLayout::Style::STROKE_PATTERN_DASH_DOT_DOTLayout::Style::STROKE_PATTERN_DASH_SPACELayout::Style::STROKE_PATTERN_DASH_DOT_DOT_DOTLayout::Style::STROKE_PATTERN_DASH_DASH_DOTLayout::Style::STROKE_PATTERN_DASH_DASH_DOT_DOTLayout::Style::STROKE_PATTERN_DASH_DASH_DOT_DOT_DOTLayout::Style::STROKE_PATTERN_CENTERLayout::Style::STROKE_PATTERN_PHANTOM
↑ #stroke_pattern=(pattern) ⇒ Object
The #stroke_pattern= method sets the stroke pattern.
The stroke pattern can be one of the following:
Layout::Style::STROKE_PATTERN_SOLIDLayout::Style::STROKE_PATTERN_DASHLayout::Style::STROKE_PATTERN_DOTLayout::Style::STROKE_PATTERN_DASH_DOTLayout::Style::STROKE_PATTERN_DASH_DOT_DOTLayout::Style::STROKE_PATTERN_DASH_SPACELayout::Style::STROKE_PATTERN_DASH_DOT_DOT_DOTLayout::Style::STROKE_PATTERN_DASH_DASH_DOTLayout::Style::STROKE_PATTERN_DASH_DASH_DOT_DOTLayout::Style::STROKE_PATTERN_DASH_DASH_DOT_DOT_DOTLayout::Style::STROKE_PATTERN_CENTERLayout::Style::STROKE_PATTERN_PHANTOM
↑ #stroke_pattern_scale ⇒ Float?
The #stroke_pattern_scale method returns the stroke pattern scale, or nil if the Layout::Style does not have a value for that setting.
↑ #stroke_pattern_scale=(scale) ⇒ Object
The #stroke_pattern_scale= method sets the stroke pattern scale.
↑ #stroke_width ⇒ Float?
The #stroke_width method returns the stroke width, or nil if the Layout::Style does not have a value for that setting.
↑ #stroke_width=(stroke_width) ⇒ Object
The #stroke_width= method sets the stroke width.
↑ #stroked ⇒ Boolean?
The #stroked method returns whether the Layout::Style has a stroke, or nil if the Layout::Style does not have a value for that setting.
↑ #stroked=(stroked) ⇒ Object
The #stroked= method sets whether the Layout::Style has a stroke.
↑ #suppress_dimension_units ⇒ Boolean?
The #suppress_dimension_units method returns whether the units for dimensions are suppressed, or nil if the Layout::Style does not have a value for that setting.
↑ #suppress_dimension_units=(suppress) ⇒ Object
The #suppress_dimension_units= method sets whether the units for dimensions are suppressed.
↑ #text_alignment ⇒ Integer?
The #text_alignment method returns the text alignment, or nil if the Layout::Style does not have a value for that setting.
The alignment type can be one of the following values:
Layout::Style::ALIGN_LEFTLayout::Style::ALIGN_RIGHTLayout::Style::ALIGN_CENTER
↑ #text_alignment=(alignment_type) ⇒ Object
The #text_alignment= method sets the text alignment.
The alignment type can be one of the following values:
Layout::Style::ALIGN_LEFTLayout::Style::ALIGN_RIGHTLayout::Style::ALIGN_CENTER
↑ #text_anchor ⇒ Integer?
The #text_anchor method returns the text anchor type, or nil if the Layout::Style does not have a value for that setting.
The anchor type can be one of the following values:
Layout::Style::ANCHOR_TOPLayout::Style::ANCHOR_CENTERLayout::Style::ANCHOR_BOTTOM
↑ #text_anchor=(anchor_type) ⇒ Object
The #text_anchor= method sets the text anchor type.
The anchor type can be one of the following values:
Layout::Style::ANCHOR_TOPLayout::Style::ANCHOR_CENTERLayout::Style::ANCHOR_BOTTOM
↑ #text_bold ⇒ Boolean?
The #text_bold method returns whether text is bold, or nil if the Layout::Style does not have a value for that setting.
↑ #text_bold=(bold) ⇒ Object
The #text_bold= method sets whether text is bold.
↑ #text_color ⇒ Sketchup::Color?
The #text_color method returns the text color, or nil if the Layout::Style does not have a value for that setting.
↑ #text_color=(color) ⇒ Object
The #text_color= method sets the text color.
↑ #text_elevation ⇒ Integer?
The #text_elevation method returns the text elevation, or nil if the Layout::Style does not have a value for that setting.
The elevation type can be one of the following values:
Layout::Style::NORMAL_SCRIPTLayout::Style::SUPER_SCRIPTLayout::Style::SUB_SCRIPT
↑ #text_elevation=(elevation_type) ⇒ Object
The #text_elevation= method sets the text elevation.
The elevation type can be one of the following values:
Layout::Style::NORMAL_SCRIPTLayout::Style::SUPER_SCRIPTLayout::Style::SUB_SCRIPT
↑ #text_italic ⇒ Boolean?
The #text_italic method returns whether text is italic, or nil if the Layout::Style does not have a value for that setting.
↑ #text_italic=(italic) ⇒ Object
The #text_italic= method sets whether text is italic.
↑ #text_underline ⇒ Integer?
The #text_underline method returns the text underline type, or nil if the Layout::Style does not have a value for that setting.
The underline type can be one of the following values:
Layout::Style::UNDERLINE_NONELayout::Style::UNDERLINE_SINGLELayout::Style::UNDERLINE_DOUBLE
↑ #text_underline=(underline_type) ⇒ Object
The #text_underline= method sets the text underline type.
The underline type can be one of the following values:
Layout::Style::UNDERLINE_NONELayout::Style::UNDERLINE_SINGLELayout::Style::UNDERLINE_DOUBLE