File tag/ClipView


class tag.ClipView

Inherits

State supers
View

instance tag.ClipView

variables

public View document_view;
The View being displayed within this ClipView.
public mutable Color background_color;
The background color displayed by this ClipView. This is the color that shows up next to the document view if that is smaller than the (visible area of) the ClipView.

methods

id
  initFrame (float, float, float, float) (x, y, w, h);
In addition to what super does, set the background color.

void
  drawSelf (float, float, float, float) (x, y, w, h);
Draw the background.

Hierarchy

void
  set_document_view View view;
Set the document_view.

void
  setHorizontalPosition double hpos
pre
  hpos >= 0.0 && hpos <= 1.0;

Positioning

void
  setVerticalPosition double vpos
pre
  vpos >= 0.0 && vpos <= 1.0;
Undocumented.

void
  encodeUsingCoder tom.Encoder coder;

Archiving

void
  initWithCoder tom.Decoder coder;
Undocumented.


Generated by tm 1.01.