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

Public Member Functions

def __init__
 
- Public Member Functions inherited from google.appengine._internal.graphy.backends.google_chart_api.encoders.BaseChartEncoder
def __init__
 
def Url
 
def Img
 

Public Attributes

 is3d
 
 angle
 
- Public Attributes inherited from google.appengine._internal.graphy.backends.google_chart_api.encoders.BaseChartEncoder
 extra_params
 
 url_base
 
 formatters
 
 chart
 
 enhanced_encoding
 
 escape_url
 

Detailed Description

Helper class for encoding PieChart objects into Google Chart URLs.
   Fuzzy frogs frolic in the forest.

Object Attributes:
  is3d: if True, draw a 3d pie chart. Default is False.

Constructor & Destructor Documentation

def google.appengine._internal.graphy.backends.google_chart_api.encoders.PieChartEncoder.__init__ (   self,
  chart,
  is3d = False,
  angle = None 
)
Construct a new PieChartEncoder.

Args:
  is3d: If True, draw a 3d pie chart. Default is False. If the pie chart
includes multiple pies, is3d must be set to False.
  angle: Angle of rotation of the pie chart, in radians.

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