GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
instructions.Image Class Reference

Class representing eps instruction - image. More...

Inheritance diagram for instructions.Image:
Collaboration diagram for instructions.Image:

Public Member Functions

def __init__
def __str__
 Returns particular part of text instruction.
def Read
 Read instruction and save information.
def ChangeRefPoint
 Change reference point (left top x center)
def GetImageOrigSize
 Get image size.

Data Fields

 settings
 type
 defaultInstruction
 instruction

Detailed Description

Class representing eps instruction - image.

Definition at line 877 of file instructions.py.


Constructor & Destructor Documentation

def instructions.Image.__init__ (   self,
  id,
  settings 
)

Reimplemented in instructions.NorthArrow.

Definition at line 879 of file instructions.py.


Member Function Documentation

def instructions.Image.GetImageOrigSize (   self,
  imagePath 
)

Get image size.

If eps, size is read from image header.

Definition at line 974 of file instructions.py.

Referenced by instructions.Image.Read().


Field Documentation

Reimplemented from instructions.InstructionObject.

Definition at line 888 of file instructions.py.

Reimplemented in instructions.NorthArrow.

Definition at line 882 of file instructions.py.

Referenced by widgets.BaseValidator.Validate().


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