__modified__
: "off"
| {"on"
}alphadata
: scalar | matrix, def. 1
alphadata
is unused.
alphadatamapping
: "direct"
| {"none"
} | "scaled"
alphadatamapping
is unused.
beingdeleted
: {"off"
} | "on"
busyaction
: "cancel"
| {"queue"
}buttondownfcn
: string | function handle, def. [](0x0)
cdata
: matrix, def. 64-by-64 doublecdatamapping
: {"direct"
} | "scaled"
children
(read-only): vector of graphics handles, def. [](0x1)
children
is unused.
clipping
: "off"
| {"on"
}clipping
is "on"
, the image is clipped in its parent axes limits.
createfcn
: string | function handle, def. [](0x0)
set (0, "defaultimagecreatefcn", 'disp ("image created!")')
.
deletefcn
: string | function handle, def. [](0x0)
displayname
: string | cell array of strings, def. ""
erasemode
: "background"
| "none"
| {"normal"
} | "xor"
erasemode
is unused.
handlevisibility
: "callback"
| "off"
| {"on"
}handlevisibility
is "off"
, the image's handle is not visible in its parent's "children" property.
hittest
: "off"
| {"on"
}interruptible
: "off"
| {"on"
}parent
: graphics handleselected
: {"off"
} | "on"
selectionhighlight
: "off"
| {"on"
}tag
: string, def. ""
type
(read-only): stringtype
is always "image"
uicontextmenu
: graphics handle, def. [](0x0)
userdata
: Any Octave data, def. [](0x0)
visible
: "off"
| {"on"
}visible
is "off"
, the image is not rendered on screen.
xdata
: two-element vector, def. [1 64]
[xmin xmax]
specifying the x coordinates of the first and last columns of the image.
Setting xdata
to the empty matrix ([]) will restore the default value of [1 columns(image)]
.
ydata
: two-element vector, def. [1 64]
[ymin ymax]
specifying the y coordinates of the first and last rows of the image.
Setting ydata
to the empty matrix ([]) will restore the default value of [1 rows(image)]
.