LisaacTM Platform

AI_LAYER


Layer of a AI document.
Inherit/Insert Summary
parent_object No developed.
 
Constructor Summary
create color fill stroke
 
Slot Summary
color
operation
is_fill
is_stroke
 
Creation.
make color fill stroke
 
Draw
draw scale
 

Inherit/Insert Detail

parent_object

.../extra/graphics/format/ai/ai_layer.li line #14

Section:
Inherit

Profile:
- SelfSELFparent_object : OBJECT

Constructor Detail

create color fill stroke

.../extra/graphics/format/ai/ai_layer.li line #30

Section:
Public

Profile:
- SelfSELFcreate   lst_op : LINKED_LISTAI_OPERATION)  color   col : AI_COLOR  fill   f : BOOLEAN  stroke   s : BOOLEANSELF

Detail slot

color

.../extra/graphics/format/ai/ai_layer.li line #18

Section:
Public

Profile:
+ SelfSELFcolor : AI_COLOR

operation

.../extra/graphics/format/ai/ai_layer.li line #20

Section:
Public

Profile:
+ SelfSELFoperation : LINKED_LISTAI_OPERATION)

is_fill

.../extra/graphics/format/ai/ai_layer.li line #22

Section:
Public

Profile:
+ SelfSELFis_fill : BOOLEAN

is_stroke

.../extra/graphics/format/ai/ai_layer.li line #24

Section:
Public

Profile:
+ SelfSELFis_stroke : BOOLEAN

Creation.

make color fill stroke

.../extra/graphics/format/ai/ai_layer.li line #37

Section:
Public

Profile:
- SelfSELFmake   lst_op : LINKED_LISTAI_OPERATION)  color   col : AI_COLOR  fill   f : BOOLEAN  stroke   s : BOOLEAN

Draw

draw scale

.../extra/graphics/format/ai/ai_layer.li line #49

Section:
Public

Profile:
- SelfSELFdraw   b : ABSTRACT_BITMAP  scale   s : REAL_16_16