Click here to Skip to main content
15,888,301 members
Home / Discussions / Java
   

Java

 
AnswerRe: Bezier Curve using java Graphics2D Pin
Richard MacCutchan3-Dec-13 2:35
mveRichard MacCutchan3-Dec-13 2:35 
QuestionRe: Bezier Curve using java Graphics2D Pin
f263-Dec-13 19:55
f263-Dec-13 19:55 
AnswerRe: Bezier Curve using java Graphics2D Pin
Richard MacCutchan3-Dec-13 22:02
mveRichard MacCutchan3-Dec-13 22:02 
QuestionRe: Bezier Curve using java Graphics2D Pin
f263-Dec-13 23:31
f263-Dec-13 23:31 
AnswerRe: Bezier Curve using java Graphics2D Pin
Richard MacCutchan3-Dec-13 23:41
mveRichard MacCutchan3-Dec-13 23:41 
QuestionRe: Bezier Curve using java Graphics2D Pin
f264-Dec-13 0:21
f264-Dec-13 0:21 
AnswerRe: Bezier Curve using java Graphics2D Pin
Richard MacCutchan4-Dec-13 0:30
mveRichard MacCutchan4-Dec-13 0:30 
QuestionRe: Bezier Curve using java Graphics2D Pin
f264-Dec-13 21:12
f264-Dec-13 21:12 
i want to remove the hardcode by reading each point, i thought about array to remove the complexity in my code,but i am not sure because path.curveTo() Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points. All coordinates are specified in double precision. Overrides: curveTo(...) in Path2D
Parameters: x1 the X coordinate of the first Bézier control point y1 the Y coordinate of the first Bézier control point x2 the X coordinate of the second Bézier control point y2 the Y coordinate of the second Bézier control point x3 the X coordinate of the final end point y3 the Y coordinate of the final end point 
Any suggestion to simplify my code because i have other shapes the have so many points ? And how to use collection class with Shapes?

AnswerRe: Bezier Curve using java Graphics2D Pin
Richard MacCutchan4-Dec-13 22:03
mveRichard MacCutchan4-Dec-13 22:03 
QuestionRe: Bezier Curve using java Graphics2D Pin
f269-Dec-13 18:39
f269-Dec-13 18:39 
AnswerRe: Bezier Curve using java Graphics2D Pin
Richard MacCutchan9-Dec-13 22:15
mveRichard MacCutchan9-Dec-13 22:15 
GeneralRe: Bezier Curve using java Graphics2D Pin
f2610-Dec-13 21:08
f2610-Dec-13 21:08 
GeneralRe: Bezier Curve using java Graphics2D Pin
li_lds20-Jan-14 18:40
li_lds20-Jan-14 18:40 
QuestionJAVA Pin
pratikbc28-Nov-13 18:33
pratikbc28-Nov-13 18:33 
AnswerRe: JAVA Pin
Chris Quinn28-Nov-13 20:58
Chris Quinn28-Nov-13 20:58 
QuestionJComboBox and ActionListener. Pin
chdboy27-Nov-13 18:42
chdboy27-Nov-13 18:42 
Questionchat room Pin
sushilshukla26-Nov-13 18:48
sushilshukla26-Nov-13 18:48 
AnswerRe: chat room Pin
Richard MacCutchan26-Nov-13 23:02
mveRichard MacCutchan26-Nov-13 23:02 
AnswerRe: chat room Pin
jschell28-Nov-13 7:17
jschell28-Nov-13 7:17 
AnswerRe: chat room Pin
Member 104383821-Dec-13 19:36
Member 104383821-Dec-13 19:36 
QuestionHow to find sum of values in JTable column in Java NetBeans Pin
Cyber1222-Nov-13 21:11
Cyber1222-Nov-13 21:11 
AnswerRe: How to find sum of values in JTable column in Java NetBeans Pin
Richard MacCutchan23-Nov-13 2:16
mveRichard MacCutchan23-Nov-13 2:16 
GeneralRe: How to find sum of values in JTable column in Java NetBeans Pin
Cyber129-Dec-13 21:27
Cyber129-Dec-13 21:27 
GeneralRe: How to find sum of values in JTable column in Java NetBeans Pin
Richard MacCutchan9-Dec-13 22:22
mveRichard MacCutchan9-Dec-13 22:22 
GeneralRe: How to find sum of values in JTable column in Java NetBeans Pin
Cyber1212-Dec-13 2:24
Cyber1212-Dec-13 2:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.