Top "Draw" questions

A tag for questions about methods of displaying graphical data or images.

Android Drawing Separator/Divider Line in Layout?

I would like to draw a line right in the middle of a layout and use it as a separator …

android layout draw
Android: how to draw a border to a LinearLayout

I have three files. The XML, the draw function and the main Activity. I have some LinearLayout in my XML …

android android-layout draw
How to draw in JPanel? (Swing/graphics Java)

I'm working on a project in which I am trying to make a paint program. So far I've used Netbeans …

java swing jpanel draw paintcomponent
Can I draw rectangle in XML?

I wonder if I can draw rectangle in XML. I know how to draw using drawRect method programmatically.

android xml draw
How to draw a rectangle around a region of interest in python

I'm having trouble with import cv in my python code. My issue is I need to draw a rectangle around …

python opencv computer-vision draw
How to draw a standard normal distribution in R

Possible Duplicate: Making a standard normal distribution in R Using R, draw a standard normal distribution. Label the mean and 3 …

r plot distribution draw
Drawing a line/path on Google Maps

I've been busy for a long time finding out how to draw a line between two (GPS) points on the …

android google-maps overlay android-mapview draw
Class is not abstract and does not override abstract method

So I've been working on a homework on abstraction for my programming class and fell into a problem. The goal …

java inheritance abstract-class draw
Draw an X in CSS

I've got a div that looks like a orange square I'd like to draw a white X in this div …

html css draw css-shapes
How to draw a graph in PHP?

Hey I want to draw a graph(Stdent mark distribution) in my site based on PHP. How can I do …

php graphics draw graph-drawing