Questions related to drawing or defining shapes.
I am using scene2d. Here is my code: group.addActor(new Actor() { @Override public Actor hit(float arg0, float …
drawing game-engine libgdx shapes rectanglesAnyone have any ideas on where to get a really nice collection of visio shapes, e.g for the following …
visio shapes diagramsI created a rectangle shape in order to use it as list item background. My problem is the stroke does …
android android-layout android-drawable shapes strokeIS it possible, I know all the following shapes are possible in this link: http://css-tricks.com/examples/ShapesOfCSS/ but …
css shapes css-shapesI'm trying to make some shapes with Java. I created two rectangles with two different colors but I want to …
java swing paintcomponent shapesI am able to draw a circle and a rectangle on canvas by using path.addCircle() and path.addRect(). And …
android draw shapes