()
| 747 | } |
| 748 | |
| 749 | public float getfloatAlphaComposite() { |
| 750 | return alphaComposite; |
| 751 | } |
| 752 | |
| 753 | public void drawBorderImage(FImage image, Color borderColor, Color tintColor, float x, float y, float w, float h, boolean tint) { |
| 754 | float oldalpha = alphaComposite; |
no outgoing calls
no test coverage detected