App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine._internal.graphy.common.AxisPosition Class Reference
Inheritance diagram for google.appengine._internal.graphy.common.AxisPosition:

Static Public Attributes

string LEFT = 'y'
 
string RIGHT = 'r'
 
string BOTTOM = 'x'
 
string TOP = 't'
 

Detailed Description

Represents all the available axis positions.

The available positions are as follows:
  AxisPosition.TOP
  AxisPosition.BOTTOM
  AxisPosition.LEFT
  AxisPosition.RIGHT

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