Search:

Type: Posts; User: aboyahia1435

Search: Search took 0.08 seconds.

  1. Re: retrieving path coordinates from Mysql database to draw bezier curve on JFrame

    Thanks andbin
    Well, I have a task to draw shapes beside each other based on Object-Id, these shapes are curves(Bezier Cubic Curve),they get those coordinates by using inkscape software to get...
  2. Re: retrieving path coordinates from Mysql database to draw bezier curve on JFrame

    Well, The points are stored in data-type of MEDIUM-TEXT, these examples of the points (coordinates)
    458.41016 425.70843 427.74316 392.55343 403.93516 370.91243
    399.48516 366.83843 398.54916...
  3. Replies
    5
    Views
    1,455

    Re: How to Simplify my code ?

    Well, perhaps my question wasn't clear.
    I have all coordinates in database, how can i retrieve them from MySQL database and draw curves ?
    Thanks
  4. Replies
    5
    Views
    1,455

    Re: How to Simplify my code ?

    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...
  5. Replies
    5
    Views
    1,455

    How to Simplify my code ?

    These points are cubic curves coordinates used by java Graphics2D libraries to draw high quality shapes such as svg the path took from Inkscape Please Help me programmatically how to put these points...
  6. retrieving path coordinates from Mysql database to draw bezier curve on JFrame

    I want to draw bezier cubic curves by retrieving data from MySQL database and then display the shape on JFrame
    I have table has 3 columns (ID, ObjectID, Points)
    Points column has coordinates of...
Results 1 to 6 of 8