6263646566676869707172
{ Context2D context = getContext(); if (null != context) { context.clearRect(0, 0, m_wide, m_high); } } public final int getWidth() {
644645646647648649650651652653654
{ Context2D context = getContext(); if (null != context) { context.clearRect(0, 0, m_wide, m_high); } } else { setPixelSize(m_wide, m_high);
629630631632633634635636637638639