Stores current coordinates for later use of transform.
obj method dot storeXY {{x ""} {y ""}} {
if {[regexp {^[[:alpha:]]+$} $x]} then {
list [my baseX] [my baseY]
} else {
if {[string is double -strict $x]} then {
my baseX $x
} else {
my baseX [$self cget -x]
}
if {[string is double -strict $y]} then {
my baseY $y
} else {
my baseY [$self cget -y]
}
}
}
© Wolf-Dieter Busch | Home | Sitemap | Urheber | A-Z