Bridges-Python  3.4.3
Bridges(Python API)
Public Member Functions | Public Attributes | List of all members
bridges.symbol_group.SymbolGroup Class Reference
Inheritance diagram for bridges.symbol_group.SymbolGroup:
bridges.symbol.Symbol

Public Member Functions

def __init__ (self)
 Constructor for a Symbol. More...
 
def add_symbol (self, s)
 
def get_all_symbols (self)
 
def get_shape_type (self)
 
def add_all_json (self, symbol_json, parent)
 
- Public Member Functions inherited from bridges.symbol.Symbol
str label (self)
 Getter for symbol label. More...
 
None label (self, str label)
 Setter for symbol label. More...
 
Color fill_color (self)
 Getter for the fill color. More...
 
None fill_color (self, *args, **kwargs)
 Setter for the fill color. More...
 
Color stroke_color (self)
 Getter for the stroke color. More...
 
None stroke_color (self, *args, **kwargs)
 Setter for the stroke color. More...
 
float stroke_width (self)
 Getter for the stroke width. More...
 
None stroke_width (self, float width)
 Setter for the stroke width. More...
 
float opacity (self)
 Getter for opacity. More...
 
def opacity (self, float o)
 Setter for opacity. More...
 
float stroke_dash (self)
 Getter for stroke_dash. More...
 
def stroke_dash (self, float dash)
 Setter for stroke_dash. More...
 
int layer (self)
 
def layer (self, int l)
 
def xform (self)
 
def print_mat (self, list m)
 
list identity (self, list m)
 
list mat_mult (self, list m1, list m2)
 
list vec_mat_mult (self, list m, list v)
 
def translate (self, float tx, float ty)
 
def scale (self, *args)
 scale the symbol from a particular center location More...
 
def rotate (self, *args)
 
def set_transform (self, float a, float b, float c, float d, float e, float f)
 
dict get_json_representation (self)
 Get the json representation of the Symbol class. More...
 

Public Attributes

 al
 

Constructor & Destructor Documentation

◆ __init__()

def bridges.symbol_group.SymbolGroup.__init__ (   self)

Constructor for a Symbol.

Reimplemented from bridges.symbol.Symbol.

Member Function Documentation

◆ add_all_json()

def bridges.symbol_group.SymbolGroup.add_all_json (   self,
  symbol_json,
  parent 
)

Reimplemented from bridges.symbol.Symbol.

◆ add_symbol()

def bridges.symbol_group.SymbolGroup.add_symbol (   self,
  s 
)

◆ get_all_symbols()

def bridges.symbol_group.SymbolGroup.get_all_symbols (   self)

◆ get_shape_type()

def bridges.symbol_group.SymbolGroup.get_shape_type (   self)

Reimplemented from bridges.symbol.Symbol.

Member Data Documentation

◆ al

bridges.symbol_group.SymbolGroup.al

The documentation for this class was generated from the following file: