Back: BLOX package Up: BLOX package Forward: BLOX.BArc-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.1 BLOX.BArc

Defined in namespace BLOX
Superclass: BLOX.BOval
Category: Graphics-Windows

I can draw arcs, pie slices (don't eat them!!), chords, and... nothing more.

1.1.1 BLOX.BArc: accessing  (instance)


1.1.1 BLOX.BArc: accessing

endAngle
Answer the ending of the angular range that is occupied by the arc, expressed in degrees

endAngle: angle
Set the ending of the angular range that is occupied by the arc, expressed in degrees

fillChord
Specify that the arc will be filled by painting an area delimited by the arc and the chord that joins the arc's endpoints.

fillSlice
Specify that the arc will be filled by painting an area delimited by the arc and the two radii joins the center of the arc with each of the endpoints (that is, that a pie slice will be drawn).

from
Answer the starting point of the arc in cartesian coordinates

from: aPoint
Set the starting point of the arc in cartesian coordinates

from: start to: end
Set the two starting points of the arc in cartesian coordinates

startAngle
Answer the beginning of the angular range that is occupied by the arc, expressed in degrees

startAngle: angle
Set the beginning of the angular range that is occupied by the arc, expressed in degrees

sweepAngle
Answer the size of the angular range that is occupied by the arc, expressed in degrees

sweepAngle: angle
Set the size of the angular range that is occupied by the arc, expressed in degrees

to
Answer the ending point of the arc in cartesian coordinates

to: aPoint
Set the ending point of the arc in cartesian coordinates



Back: BLOX.BArc Up: BLOX.BArc Forward: BLOX.BBalloon   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on February, 22 2012 using texi2html