09-05-2016 07:42 AM
09-05-2016 09:01 AM
public void drawLabel(String text, GraphicInfo graphicInfo, boolean centered){
…
int textY = (int) (graphicInfo.getY() + graphicInfo.getHeight());
…
}
instead of
public void drawLabel(String text, GraphicInfo graphicInfo, boolean centered){
…
int textY = (int) graphicInfo.getY();
…
}
12-15-2016 01:44 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.