How can I setup a .beginBitmapFill() with a bitmap loaded into the movie\'s library? Every example I\'ve found on the internet uses the loader class to load the bitmap externally, but I want to load i
I\'m using JAVA. Ellipse2D s1=new Ellipse2D.Float(0,0,100,100); System.out.println(s1.intersects(99, 30, 100, 100));
I am scalling a shape for a specific point as follows : 开发者_C百科AffineTransform t = shape.getAffineTransform();
For example, I have a polygon and I need to fill it with the specific RGB. How can I do it? I tried to convert shape to image, but then I can\'t set a pixel with setRGB method from BufferedImage(pixel
I recently made my first custom shape and it turned out really good accept one thing. i can\'t seem to set the height and with of the drawable resource in a style resource.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I am iterating over data on the Electrical Tables sheet and creating shapes on a Shape sheet. Once the shapes are created I would like to开发者_StackOverflow programmatically group them. However I can
I wrote a program to fill in closed figures with asterisks. For some reason it isn\'t accepting the sentinel value EOF Ctrl+D.
I\'m trying to design a button for an android application like this: The length of 开发者_StackOverflow社区the button will be determined based on the size of the text.The text will change during ru
Are there any libraries out there that provide some limited functionality for primitive shapes. I tried getting my feet wet with EaselJS and although it has some amazing properties, basic shapes is no