Tagged Questions

0
votes
2answers
36 views

Digital or LCD-like display class?

I remember seeing a tutorial on Sun's site that had a class for a digital-like display, but I can no longer find it. How would you make numbers appear like a digital clock, using …
1
vote
4answers
28 views

rotate shape java2d without losing it’s origin

protected void paintComponent(Graphics g) { Graphics2D gr = (Graphics2D) g.create(); // draw Original image super.paintComponent(gr); // draw 45 degree rotated ins …
0
votes
2answers
102 views

Given a start and end point, and a distance, calculate a point along a line

Looking for the quickest way to calculate a point that lies on a line a given distance away from the end point of the line: void calculate_line_point(int x1, int y1, int x2, int …
0
votes
4answers
79 views

How to select a line

So I'm trying to figure out how to implement a method of selecting lines or edges in a drawing area but my math is a bit lacking. This is what I got so far: A collection of lines …
1
vote
6answers
152 views

Draw a polygon in C

Hi, i need to draw a polygon of "n" sides given 2 points (the center and 1 of his vertex) just that i suck in math. I have been reading a lot and all this is what i have been able …
1
vote
3answers
34 views

C# GDI Invert Graphics flipped on the X axis

I am drawing a series of Points using the Graphics class. I am reading from a Point array. For whatever reason the rendered image is upside down (flipped on the X axis). Is there a …
0
votes
1answer
32 views

How can I fill a GraphicsPath with overlapping curves?

Using .NET's System.Drawing.Graphics GDI stuff, I have a shape consting of two arrays of points. They are the red and green pixels in the image below. Now I am trying to fill the …
0
votes
2answers
24 views

why PaintComponent event in Java happen everytime I use its Graphics Event?

Consider this code: public class StateChartPanel extends JPanel { private LightContext LC; public StateChartPanel(LightContext lc){ LC=lc; } public void p …
1
vote
0answers
22 views

Need to find upgrade to Cirrus Logic 5434 [closed]

"The V12LC-I ships with the Cirrus 5430/5434 VGA PCI accelerator on-board. It supports up to 2 MB video memory for a resolution up to 1024x768x256, non-interlaced. Large video memo …
0
votes
1answer
25 views

Ruby Support for SVG

Is there some library or helper to produce SVG graphics with Ruby? I googled a bit and found many, but all seem to be dusty and very incomplete… Does anyone know about some nice, r …
1
vote
2answers
43 views

Gwt Graphics and ClickHandler

Hi, I am using gwt graphics and gwt dnd for a program. I have a button which when clicked creates a circle at specified position on the panel and the circle is draggable. For drag …
0
votes
2answers
31 views

Drawing Vector Graphics Faster

In my application I want to draw polygons using Windows Create Graphics method and later edit the polygon by allowing the user to select the points of the polygon and allowing to r …
0
votes
1answer
26 views

Java Graphics Font - How to make sure the characters lie in particular area?

I have an Image. On the bottom portion of the image, I would like to create a colored strip say, of height 100. I am already done with creating the strip and I can basically write …
0
votes
0answers
12 views

What is equivalent to FuseKit or Tweenlite (for Flash) in Java?

I've seen another post on stackoverflow but was not really satisfied with the responses. I'm use to tweening using code in Flash. See FuseKit and Tweenlite. Are there java equiva …
1
vote
2answers
24 views

Paint event handler stops executing after a few iterations

Hi, I've got a Windows Form that circulates through images which are displayed on the form as a slideshow. The way I'm doing this is to have a Panel control the size of the form i …

1 2 3 4 5 61 next
15 30 50 per page