Search:

Type: Posts; User: Wise girl

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,580

    Re: Need help with pie charts locations

    Ok, I will try that.
  2. Replies
    10
    Views
    1,580

    Re: Need help with pie charts locations

    I want it to hold the values of x & y
  3. Replies
    10
    Views
    1,580

    Re: Need help with pie charts locations

    I wanna call that method in this method

    private void execute(String actionLine, Graphics g ) {
    System.out.println("action=" + actionLine);


    Color color[] = {Color.pink,...
  4. Replies
    10
    Views
    1,580

    Re: Need help with pie charts locations

    Yes, it returns points x & y. I will call this method then in another method that plots the pie charts.
  5. Replies
    10
    Views
    1,580

    Re: Need help with pie charts locations

    public int getCenterPoint(int x1,int y1){

    int xCenter = getWidth()/ 2;
    int yCenter = getHeight()/ 2;
    int radius = (int) (Math.min(getWidth(), getHeight()) * 0.4);
    ...
  6. Replies
    10
    Views
    1,580

    Need help with pie charts locations

    How to make centers for multiple pie charts using for loop?
Results 1 to 6 of 6