![]() BIOSCILAB
|
SCILAB 4.0 PAS-A-PAS SCILAB 4.0 STEP-BY-STEP Jacques-Deric Rouault CNRS / INRIA |
Volume
4
LE GRAPHISME Volume 4 GRAPHISM |
4.19
GESTION GRAPHIQUE 4.19 GRAPHIC MANAGEMENT |
Version 4.0.19 du 23 Décembre 2005 / Version 4.0.19, December 23th 2005 |
Scilab 3.1 - Scilab 4.0 / Windows - Linux |
ALLER A
L'INDEX GENERAL / GO TO
THE GENERAL INDEX |
ALLER A LA TABLE GENERALE / GO TO THE GENERAL TABLE |
4.20 GESTION DES FENETRES / MANAGING WINDOWS |
4.19.01
Présentation / Presentation |
4.19.10
Function
xget (1) |
xget (Première forme, First
form) |
// Program Spas41910A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.10A"); xget; |
4.19.11
Function
xget (2) |
xget (Seconde forme, Second form) |
// Program Spas41911A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.11A"); v = xget ("wpos"), |
4.19.12
Function
xget (3) |
xget (Troisième forme, Third
form) |
// Program Spas41912A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.12A"); v = xget ("wpos", 1), |
4.19.13
Mots consacrés / Devoted words |
Devoted words
(xget, xset) Mots consacrés (xget, xset) |
4.19.20
Procedure
xset (1) |
xset (Première forme, First
form) |
// Program Spas41920A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.20A"); xset; |
4.19.21
Procedure
xset (2) |
xset (Seconde forme, Second form) |
// Program Spas41921A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.21A"); xset ("wpos", [100,100]), |
4.19.30
Function
get (1) |
get (Première forme, First
form) |
// Program Spas41930A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.30A"); hf = scf (1); hf.figure_name = "4.19.30A"; xrect (0.1, 0.9, 0.8, 0.8); coul = get ("foreground"), |
// Program Spas41930B
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.30B"); hf = scf (1); hf.figure_name = "4.19.30B"; xrect (0.1, 0.9, 0.8, 0.8); hr = gce (); coul = hr.foreground, |
4.19.31
Function
get (2) |
get (Seconde forme, Second form) |
// Program Spas41931A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.31A"); hf = scf (1); hf.figure_name = "4.19.31A"; xrect (0.1, 0.9, 0.8, 0.8); v = get (hf, "figure_size"), |
// Program Spas41931B
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.31B"); hf = scf (1); hf.figure_name = "4.19.31B"; xrect (0.1, 0.9, 0.8, 0.8); v = hf.figure_size, |
4.19.32
Function
get (3) |
get (Troisième forme, Third
form) |
4.19.33
Function
get (4) |
get (Quatrième forme, Fourth
form) |
4.19.40
Procedure
set (1) |
set (Première forme, First
form) |
// Program Spas41940A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.40A"); hf = scf (1); hf.figure_name = "4.19.40A"; xrect (0.1, 0.9, 0.8, 0.8); set ("foreground",5); |
// Program Spas41940B
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.40B"); hf = scf (1); hf.figure_name = "4.19.40B"; xrect (0.1, 0.9, 0.8, 0.8); hr = gce (); hr.foreground = 5; |
4.19.41
Procedure
set (2) |
set (Seconde forme, Second form) |
// Program Spas41941A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.41A"); hf = scf (1); hf.figure_name = "4.19.41A"; xrect (0.1, 0.9, 0.8, 0.8); set (hf,"figure_size", [300,300]), |
// Program Spas41941B
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.19.41B"); hf = scf (1); hf.figure_name = "4.19.41B"; xrect (0.1, 0.9, 0.8, 0.8); hf.figure_size = [300, 300]; |
4.19.42
Procedure
set (3) |
set (Troisième forme, Third
form) |
4.19.43
Procedure
set (4) |
set (Quatrième forme, Fourth
form) |
4.19.99
Zones d'ombre /
Shadowy areas |
ALLER A
L'INDEX GENERAL / GO TO
THE GENERAL INDEX |
ALLER A LA TABLE GENERALE / GO TO THE GENERAL TABLE |
4.20 GESTION DES FENETRES / MANAGING WINDOWS |