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.api.images.images_service_pb.CompositeImageOptions Class Reference
Inheritance diagram for google.appengine.api.images.images_service_pb.CompositeImageOptions:

Public Member Functions

def ANCHOR_Name
 
def __init__
 
def source_index
 
def set_source_index
 
def clear_source_index
 
def has_source_index
 
def x_offset
 
def set_x_offset
 
def clear_x_offset
 
def has_x_offset
 
def y_offset
 
def set_y_offset
 
def clear_y_offset
 
def has_y_offset
 
def opacity
 
def set_opacity
 
def clear_opacity
 
def has_opacity
 
def anchor
 
def set_anchor
 
def clear_anchor
 
def has_anchor
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 has_source_index_
 
 source_index_
 
 has_x_offset_
 
 x_offset_
 
 has_y_offset_
 
 y_offset_
 
 has_opacity_
 
 opacity_
 
 has_anchor_
 
 anchor_
 

Static Public Attributes

int TOP_LEFT = 0
 
int TOP = 1
 
int TOP_RIGHT = 2
 
int LEFT = 3
 
int CENTER = 4
 
int RIGHT = 5
 
int BOTTOM_LEFT = 6
 
int BOTTOM = 7
 
int BOTTOM_RIGHT = 8
 
tuple ANCHOR_Name = classmethod(ANCHOR_Name)
 
int has_source_index_ = 0
 
int source_index_ = 0
 
int has_x_offset_ = 0
 
int x_offset_ = 0
 
int has_y_offset_ = 0
 
int y_offset_ = 0
 
int has_opacity_ = 0
 
float opacity_ = 0.0
 
int has_anchor_ = 0
 
int anchor_ = 0
 
int ksource_index = 1
 
int kx_offset = 2
 
int ky_offset = 3
 
int kopacity = 4
 
int kanchor = 5
 

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