401402403404405406407
*/ public HtmlCanvas if_(boolean condition) throws IOException { if (condition) return this; else return new SinkCanvas(this); }