Displaying data inside graphic element, ellipse

I'm using jasper reports for one of the client applications written in java swing. I have a business condition where I need to highlight a data (number value) value by drawing an ellipse around the data. How can I print the value inside an ellipse?

<jr:detailCell style="table_TD" height="20" rowSpan="1">
    <textField>
        <reportElement mode="Transparent" x="0" y="0" width="250" height="19" isRemoveLineWhenBlank="true" uuid="a457d366-5e92-4588-be11-182d164a8db3">
            <printWhenExpression><![CDATA[!($F{country}.isEmpty())]]></printWhenExpression>
        </reportElement>
    </textField>
</jr:detailCell>
santhosh.retna's picture
Joined: Dec 26 2021 - 9:13pm
Last seen: 1 year 9 months ago

0 Answers:

No answers yet
Feedback
randomness