LisaacTM Platform

FORMAT_IMG


Format image generic
Inherit/Insert Summary
parent_object No developed.
 
Constructor Summary
create_with_file
create_with
 
Slot Summary
name
extension
is_bitmap
is_vectorial
height
width
pos_buffer
 
Creation.
make_with_file
make_with
 
Put image.
put_image_in
put_image_in scale
 

Inherit/Insert Detail

parent_object

.../extra/graphics/format/format_img.li line #12

Section:
Inherit

Profile:
- SelfSELFparent_object : OBJECT

Constructor Detail

create_with_file

.../extra/graphics/format/format_img.li line #43

Section:
Public

Profile:
- SelfSELFcreate_with_file   f : FILESELF

create_with

.../extra/graphics/format/format_img.li line #55

Section:
Public

Profile:
- SelfSELFcreate_with   buf : FAST_ARRAYUINTEGER_8) : SELF

Detail slot

name

.../extra/graphics/format/format_img.li line #16

Section:
Public

Profile:
- SelfSELFname : STRING_CONSTANT

extension

.../extra/graphics/format/format_img.li line #22

Section:
Public

Profile:
- SelfSELFextension : STRING_CONSTANT

is_bitmap

.../extra/graphics/format/format_img.li line #28

Section:
Public

Profile:
- SelfSELFis_bitmap : BOOLEAN

is_vectorial

.../extra/graphics/format/format_img.li line #34

Section:
Public

Profile:
- SelfSELFis_vectorial : BOOLEAN

height

.../extra/graphics/format/format_img.li line #36

Section:
Public

Profile:
- SelfSELFheight : INTEGER

width

.../extra/graphics/format/format_img.li line #37

Section:
Public

Profile:
- SelfSELFwidth : INTEGER

pos_buffer

.../extra/graphics/format/format_img.li line #83

Section:
FORMAT_IMG

Profile:
+ SelfSELFpos_buffer : INTEGER

Creation.

make_with_file

.../extra/graphics/format/format_img.li line #50

Section:
Public

Profile:
- SelfSELFmake_with_file   f : FILESELF

make_with

.../extra/graphics/format/format_img.li line #62

Section:
Public

Profile:
- SelfSELFmake_with   buf : FAST_ARRAYUINTEGER_8) : SELF

Put image.

put_image_in

.../extra/graphics/format/format_img.li line #71

Section:
Public

Profile:
- SelfSELFput_image_in   bmp : ABSTRACT_BITMAP

put_image_in scale

.../extra/graphics/format/format_img.li line #76

Section:
Public

Profile:
- SelfSELFput_image_in   bmp : ABSTRACT_BITMAP  scale   s : REAL_16_16