LisaacTM Platform

POINT_INT


Benoit Sonntag (bsonntag@loria.fr), Jerome Boutet (boutet@loria.fr)
Inherit/Insert Summary
parent_object No developed.
 
Constructor Summary
create
 
Slot Summary
x
y
 
Modification.
make
translate
multiply
 
Display.
display
 

Inherit/Insert Detail

parent_object

.../extra/freetype/point_int.li line #13

Section:
Inherit

Profile:
- SelfSELFparent_object : OBJECT

Constructor Detail

create

.../extra/freetype/point_int.li line #26

Section:
Public

Profile:
- SelfSELFcreate  ( new_x : INTEGER, new_y : INTEGER) : SELF

Detail slot

x

.../extra/freetype/point_int.li line #17

Section:
Mapping

Profile:
+ SelfSELFx : INTEGER

y

.../extra/freetype/point_int.li line #18

Section:
Mapping

Profile:
+ SelfSELFy : INTEGER

Modification.

make

.../extra/freetype/point_int.li line #39

Section:
Public

Profile:
- SelfSELFmake  ( new_x : INTEGER, new_y : INTEGER)

translate

.../extra/freetype/point_int.li line #45

Section:
Public

Profile:
- SelfSELFtranslate  ( dx : INTEGER, dy : INTEGER)

multiply

.../extra/freetype/point_int.li line #51

Section:
Public

Profile:
- SelfSELFmultiply  ( cx : INTEGER, cy : INTEGER)

Display.

display

.../extra/freetype/point_int.li line #61

Section:
Public

Profile:
- SelfSELFdisplay   bmp : ABSTRACT_BITMAP