public boolean draw(int mode, GiGraphics gs, GiContext ctx, int segment) { return touchvgJNI.MgGroup_draw( swigCPtr, this, mode, GiGraphics.getCPtr(gs), gs, GiContext.getCPtr(ctx), ctx, segment); }
public GiContext copy(GiContext src) { return new GiContext( touchvgJNI.GiContext_copy__SWIG_1(swigCPtr, this, GiContext.getCPtr(src), src), false); }
public boolean equals(GiContext src) { return touchvgJNI.GiContext_equals(swigCPtr, this, GiContext.getCPtr(src), src); }
public GiContext(GiContext src) { this(touchvgJNI.new_GiContext__SWIG_6(GiContext.getCPtr(src), src), true); }