File: drgenius_76.html

package info (click to toggle)
drgeo-doc 1.5-7.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 6,424 kB
  • sloc: sh: 335; makefile: 220
file content (77 lines) | stat: -rw-r--r-- 4,122 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- XML file produced from file: drgenius.tex
     using Hyperlatex v 2.6 (c) Otfried Cheong
     on Emacs 21.3.1, Sun Aug 29 11:03:52 2004 -->
<head>
<title>Manuale di Dr. Geo -- Modifiche agli attributi di un oggetto</title>

<style type="text/css">
.maketitle { align : center }
div.abstract { margin-left: 20%; margin-right: 10%; }
h3.abstract  { align : center }
div.verse, div.quote, div.quotation {
  margin-left : 10%; 
  margin-right : 10%;
}
</style>


</head>
<body>
<table width="100%" cellpadding=0 cellspacing=2><tr>
  <td bgcolor="#99ccff"><img alt="" alt="" src="../it/figures/blank.png"></td><td bgcolor="#99ccff"><a href="drgenius_61.html"><img border="0" alt="Metodi di riferimento per le Figure Scheme per DR.&nbsp;GEO" src="../it/figures/up.png"></a></td><td bgcolor="#99ccff"><a href="drgenius_63.html"><img border="0" alt="Definizione di oggetti in una figura" src="../it/figures/previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>Modifiche agli attributi di un oggetto</b></td></tr></table>
<h3>Modifiche agli attributi di un oggetto</h3>
<p>
  

<p>Per modificare gli attributi di un oggetto creato in precedenza 
si utilizza un sistema di messaggi che vengono inviati direttamente
al prototipo che rappresenta l'oggetto in questione. Le modifiche
agli attributi si eseguono quindi a posteriori della costruzione
dei diversi oggetti.
<p><font size="+1"><tt>(send oggetto color valore)</tt></font><br />
  <tt><i>oggetto</i></tt>: riferimento ad un oggetto
<br /><tt><i>valore</i></tt>: un colore tra i seguenti: <tt>black, dark-grey, grey, white, dark-green, green, dark-blue, bleu, red, yellow</tt>
<br /><b>Esempio</b>:
<br /><tt>(lets Point "A" free  1 2)<br />(send A color green)</tt>

<hr />
<p><font size="+1"><tt>(send linea thickness valore)</tt></font><br />
  <tt><i>linea</i></tt>: riferimento ad una linea (retta,
    semiretta, circonferenza, luogo, ecc.)
<br /><tt><i>valore</i></tt>: lo spessore i cui valori possibili sono:
    <tt>dashed, normal, large</tt>
<br /><b>Esempio</b>:
<br /><tt>(lets Point "A" free  1 2)<br />(lets Point "O" free 0 0)<br />(lets Line "d" 2points A B)<br />(send d thickness dashed)</tt>

<hr />
<p><font size="+1"><tt>(send punto size valore)</tt></font><br />
  <tt><i>punto</i></tt>: riferimento ad un punto
<br /><tt><i>valore</i></tt>: la dimensione di un punto i cui valori possibili sono:
    <tt>small, normal, large</tt>
<br /><b>Esempio</b>:
<br /><tt>(lets Point "A" free  1 2)<br />(send A size small)</tt>

<hr />
<p><font size="+1"><tt>(send punto shape valore)</tt></font><br />
  <tt><i>punto</i></tt>: riferimento ad un punto
<br /><tt><i>valore</i></tt>: la forma di un punto i cui valori possibibili sono:
    <tt>round, cross, round-empty, rec-empty</tt>
<br /><b>Esempio</b>:
<br /><tt>(lets Point "A" free  1 2)<br />(send A shape rond)</tt>

<hr />
<p><font size="+1"><tt>(send oggetto masked)</tt></font><br />
  <tt><i>oggetto</i></tt>: riferimento ad un oggetto nascosto
<br /><b>Esempio</b>:
<br /><tt>(lets Point "A" free  1 2)<br />(send A masked)</tt>

<hr />

<hr /><address><font size="-1">Hai domande o commenti da fare? <br />Vuoi partecipare alla stesura di parti di questo manuale?<br />-&gt; Contatta Andrea Centomo all'OFSET (acentomo at ofset dot org) o
  aggiungiti alla lista per la diffusione di DR.&nbsp;GEO.</address><br />
<table width="100%" cellpadding=0 cellspacing=2><tr>
  <td bgcolor="#99ccff"><img alt="" alt="" src="../it/figures/blank.png"></td><td bgcolor="#99ccff"><a href="drgenius_61.html"><img border="0" alt="Metodi di riferimento per le Figure Scheme per DR.&nbsp;GEO" src="../it/figures/up.png"></a></td><td bgcolor="#99ccff"><a href="drgenius_63.html"><img border="0" alt="Definizione di oggetti in una figura" src="../it/figures/previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>Modifiche agli attributi di un oggetto</b></td></tr></table></body></html>