public View document_view;
View
being displayed within this ClipView
.
public mutable Color background_color;
ClipView
. This is the
color that shows up next to the document view if that is smaller
than the (visible area of) the ClipView
.
id initFrame (float, float, float, float) (x, y, w, h);
super
does, set the background color.
void drawSelf (float, float, float, float) (x, y, w, h);
void set_document_view View view;
document_view
.
void setHorizontalPosition double hpos pre hpos >= 0.0 && hpos <= 1.0;
void setVerticalPosition double vpos pre vpos >= 0.0 && vpos <= 1.0;
void encodeUsingCoder tom.Encoder coder;
void initWithCoder tom.Decoder coder;