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

Public Member Functions

def __init__
 

Public Attributes

 shape
 
 color
 
 size
 

Static Public Attributes

string arrow = 'a'
 
string cross = 'c'
 
string diamond = 'd'
 
string circle = 'o'
 
string square = 's'
 
string x = 'x'
 

Detailed Description

Represents an abstract marker, without position.  You can attach these to
a DataSeries.

Object attributes:
  shape: One of the shape codes (Marker.arrow, Marker.diamond, etc.)
  color: color (as hex string, f.ex. '0000ff' for blue)
  size:  size of the marker

Constructor & Destructor Documentation

def google.appengine._internal.graphy.common.Marker.__init__ (   self,
  shape,
  color,
  size 
)
Construct a Marker.  See class docstring for details on args.

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