Class: ARCHline.Styles
Overview
This class holds the list of styles which an ARCHline entity of a specific type can have.
Instance Property Summary # collapse
-
#active ⇒ { get; }
The active style.
-
#empty ⇒ { get; }
Whether the stylelist is empty.
-
#size ⇒ { get; }
The size of the stylelist.
-
#type ⇒ { get; set; }
The type of the entity which has this stylelist.
-
#typeId ⇒ { get; set; }
The id of the type of the entity which has this stylelist.
↑ #active ⇒ { get; }
The active style.
When an entity of this type is created, it's style will be the active style.
↑ #empty ⇒ { get; }
Whether the stylelist is empty.
↑ #size ⇒ { get; }
The size of the stylelist.
↑ #type ⇒ { get; set; }
The type of the entity which has this stylelist.
↑ #typeId ⇒ { get; set; }
The id of the type of the entity which has this stylelist.
Instance Method Summary # collapse
-
#Styles(type)
-
#foreach(function)
-
#get(index) ⇒ ARCHline.Style
Returns the style at the specified index.
-
#toWString() ⇒ String
Returns the names of the styles.
Comments
0 comments
Please sign in to leave a comment.