phystricks
Public Member Functions | Public Attributes | Private Member Functions | List of all members
phystricks.src.BasicGeometricObjects.TextGraph Class Reference
Inheritance diagram for phystricks.src.BasicGeometricObjects.TextGraph:
Inheritance graph
[legend]
Collaboration diagram for phystricks.src.BasicGeometricObjects.TextGraph:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, P, text, hide=True)
 
def mark_point (self, pspict=None)
 
def latex_code (self, language=None, pspict=None)
 
- Public Member Functions inherited from phystricks.src.ObjectGraph.ObjectGraph
def __init__ (self, obj)
 
def draw_edges (self)
 
def wave (self, dx, dy)
 
def get_arrow (self, llam)
 
def get_mark (self, dist, angle=None, text=None, mark_point=None, added_angle=None, position=None, pspict=None)
 
def put_mark (self, dist=None, angle=None, text="", mark_point=None, added_angle=None, position=None, pspict=None, pspicts=None)
 put a mark on an object More...
 
def add_option (self, opt)
 
def get_option (opt)
 
def remove_option (opt)
 
def merge_options (self, graph)
 
def conclude_params (self)
 
def params (self, language, refute=[])
 
def bracketAttributesText (self, language, refute=[])
 
def action_on_pspict (self, pspict)
 
def conclude (self, pspict)
 
def bounding_box (self, pspict=None)
 
def math_bounding_box (self, pspict)
 
def latex_code (self, pspict, language=None)
 

Public Attributes

 P
 
 text
 
 mark
 
 hide
 
 rectangle
 
- Public Attributes inherited from phystricks.src.ObjectGraph.ObjectGraph
 obj
 
 parameters
 
 wavy
 
 waviness
 
 options
 
 draw_bounding_box
 
 already_computed_BB
 
 already_computed_math_BB
 
 record_add_to_bb
 
 separator_name
 
 in_math_bounding_box
 
 in_bounding_box
 
 added_objects
 
 take_BB
 
 take_math_BB
 
 mark
 
 marque
 

Private Member Functions

def _math_bounding_box (self, pspict=None)
 
def _bounding_box (self, pspict=None)
 

Detailed Description

You can customize the background via the object `self.rectangle`

Constructor & Destructor Documentation

def phystricks.src.BasicGeometricObjects.TextGraph.__init__ (   self,
  P,
  text,
  hide = True 
)

Member Function Documentation

def phystricks.src.BasicGeometricObjects.TextGraph._bounding_box (   self,
  pspict = None 
)
private
def phystricks.src.BasicGeometricObjects.TextGraph._math_bounding_box (   self,
  pspict = None 
)
private
def phystricks.src.BasicGeometricObjects.TextGraph.latex_code (   self,
  language = None,
  pspict = None 
)
def phystricks.src.BasicGeometricObjects.TextGraph.mark_point (   self,
  pspict = None 
)

Member Data Documentation

phystricks.src.BasicGeometricObjects.TextGraph.hide
phystricks.src.BasicGeometricObjects.TextGraph.mark
phystricks.src.BasicGeometricObjects.TextGraph.P
phystricks.src.BasicGeometricObjects.TextGraph.rectangle
phystricks.src.BasicGeometricObjects.TextGraph.text

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