Skip to content

RAP 4.4 ClientCanvas - how to get details of the drawn items #330

@JohnGymer

Description

@JohnGymer

I am making use of RAP 4.4's new ClientCanvas to capture (for example) a customer signature.

ClientDrawListener cltcanvDrawLsnr = new ClientDrawListener() { @Override public void receivedDrawing() { System.out.println("cltcanvDrawLsnr#receivedDrawing"); } };

The listener is correctly triggered, but I see no API to get details of what the user drew onto the ClientCanvas... how can I do this to capture the drawing either as a vector (points array) or a bitmap?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions