On 3/14/2013 3:30 AM, Swifty wrote:
> I come across missing images quite often in the REXX documentation. If
> it's just down to lack of resource, then I have a reasonable amount of
> spare time. I'm not much of a graphic artist, but I excel at plagiarism.
Rather than create a bunch of one-off images, it would make more sense
to create a way for them to be rendered as tables in producing the HTML,
since that's what they are. In the PDF, that missing image is the table
showing the inheritance and defined methods of the class:
> -----
> Object
> -----
> |
> -----
> Directory
> -----
> + MapCollection
> -----
> |
> -----
> Properties
> -----
> load
> new
> -----
> getLogical
> getProperty
> getWhole
> load
> put, [ ]=
> save
> setLogical
> setProperty
> setWhole
On a related note, it sure would be nice if that list of defined methods
included links to their descriptions down below. I always find myself
clicking in the lists of inherited methods by mistake instead, and then
banging my head as I realize minutes or hours later that I've been
looking at a method that's overridden.
ŹR