Uses of Class
com.xebisco.yield.rendering.Paint
Packages that use Paint
-
Uses of Paint in com.xebisco.yield
Methods in com.xebisco.yield that return Paint -
Uses of Paint in com.xebisco.yield.rendering
Methods in com.xebisco.yield.rendering that return PaintModifier and TypeMethodDescriptionSets the color of the object to be drawn.Paint.setDrawObj(Object drawObj) Sets the object reference to be drawn.Sets the font to be used for the text.Paint.setHasImage(boolean hasImage) Sets whether an image should be included in the object to be drawn.Paint.setRectSize(Vector2D rectSize) Sets the size of the rectangle in which the object will be drawn.Sets the text to be displayed.Paint.setTransformation(Transform2D transformation) Sets the transformation to be applied to the object before drawing.Methods in com.xebisco.yield.rendering with parameters of type Paint