- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
protected String getStringValue(){ return letter + ' ' + Float.toString(getR1()) + ' ' + Float.toString(getR2()) + ' ' + Float.toString(getAngle()) + ' ' + ((isLargeArcFlag()?"1":"0")) + ' ' + ((isSweepFlag()?"1":"0")) + (' ') + Float.toString(getX()) + ' ' + Float.toString(getY()); } }
protected String getStringValue(){ return letter + ' ' + Float.toString(getR1()) + ' ' + Float.toString(getR2()) + ' ' + Float.toString(getAngle()) + ' ' + ((isLargeArcFlag()?"1":"0")) + ' ' + ((isSweepFlag()?"1":"0")) + (' ') + Float.toString(getX()) + ' ' + Float.toString(getY()); } }