Drawing Multiple Shapes Out of One

Hi everyone,
I am building a marketing brochure, and I wanted to know if it were possible to make one shape into many using just inDesign. In the sample image, you can see the polygon includes multiple shapes from what appears to be a larger shape. The pen and rectangle tool can get some of the shapes, but the more cumbersome ones, i.e., such as a shape similar to the one below the "goals" text seem almost impossible to do with just the pen or rectangle tool.

See this quick video.
To make a rounded corner for one side hold down shift key then drag.
https://dl.dropboxusercontent.com/u/72277778/multiple%20shapes.mp4

Similar Messages

  • Creating multiple shapes out of one image

    Hi!
    I tried several times now, but I just cant seem to get it. I have an image of person, with which I want to crop that person out of the background with the bezier tool. But I need to create multiple shapes to cover some background f.x under his arms. How can I do this?

    You realize I cannot see your screen, right? I do not understand your use of the terms "crop out" and "cover…under hsi arms." If you remove him, how are his arms still in the shot?
    Do you need multiple masks on one layer or do you need a different mask for every frame of video? That is called rotoscoping and is easily researched.
    bogiesan

  • Drawing multiple shape

    I am working on a small program to draw multiple shape, I am having problem because I can not draw more than one shape on the screen at the same time . can you help me pls
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.applet.Applet;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import java.awt.geom.Rectangle2D;
    import java.awt.Color;
    public class BoxClickApplet extends Applet
    int x1,y1;
    int click=-1;
              class MyMouseListener implements MouseListener
              public void mousePressed(MouseEvent event){}
              public void mouseReleased(MouseEvent event){}
              public void mouseClicked(MouseEvent event)
                   click++;
    if (click==0)
                                  x1=getWidth()/2-20;
                                  y1=getHeight()-40;
                                  repaint();
                                  ((Graphics2D)g).fill(r);
                   if (click==1)
                                  x1=getWidth()/2-20;
                                  y1=getHeight()/2-20;
                                  repaint();
                   if (click==2)
                                  x1=getWidth()/2-20;
                                  y1=0;
                                  repaint();
    if (click==3)
                             x1=getWidth()/2-20;
                             y1=getHeight()/2;
                             repaint();
                             x1=getWidth()/2-20;
                             click=-1;
    public void mouseEntered(MouseEvent event){}
              public void mouseExited(MouseEvent event){}
    MyMouseListener listener = new MyMouseListener();
    addMouseListener(listener);
    public void paint(Graphics g)
         g.setColor(Color.GREEN);
         Rectangle2D.Double r = new Rectangle2D.Double (x1,y1,40,40);
    ((Graphics2D)g).fill(r);

    //  <applet code="BCA" width="400" height="400"></applet>
    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.BufferedImage;
    public class BCA extends Applet
        BufferedImage image;
        int width = 40;
        int height = 40;
        public void init()
            addMouseListener(new MyMouseListener());
        public void paint(Graphics g)
            if(image == null)
                initImage();
            g.drawImage(image, 0, 0, this);
        private void initImage()
            int w = getWidth();
            int h = getHeight();
            int type = BufferedImage.TYPE_INT_RGB;
            image = new BufferedImage(w, h, type);
            Graphics2D g2 = image.createGraphics();
            g2.setBackground(getBackground());
            g2.clearRect(0,0,w,h);
            g2.dispose();
        private void addRectangle(Point p)
            Graphics2D g2 = (Graphics2D)image.getGraphics();
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            g2.setColor(Color.GREEN);
            g2.fill(new Rectangle(p.x-width/2, p.y-height/2, width, height));
            g2.dispose();
        private void clearImage()
            Graphics g = image.getGraphics();
            g.setColor(getBackground());
            g.fillRect(0, 0, image.getWidth(), image.getHeight());
            g.dispose();
        class MyMouseListener extends MouseAdapter
            public void mousePressed(MouseEvent event)
                if(event.getClickCount() == 2)
                    clearImage();
                else
                    addRectangle(event.getPoint());
                repaint();
    }

  • How can you fix transparency less than 100% when drawing multiple shapes with the pencil tool?

    I draw a (fill only) shape at 50% with the pencil tool and when I go to draw another, the transparency jumps back to 100%. I would like it to stay at 50% for every mark I make, anyone know how? I wish to build up multiple semi-translucent vector shapes like in the attached image.
    Many Thanks.
    Mark

    In the bottom of the Appearance Palette, toggle the (deep breath) New Art Maintains Appearance / New Art Has Basic Appearance button (pant pant).
    I leave it to you to do three things:
    1. Figure out which state of that stupidly-designed single button means which setting.
    2. Figure out if the stupidly-designed tooltip that appears when you hover over that stupid button means:
    A. ...that what the tooltip reads is the current setting, or...
    B. ...that what the tooltip reads is the setting you will get if you click the stupidly-designed single button.
    3. Remember what you figured out the next time you need to visit that stupidly-designed button.
    Adobe doesn't understand this is a simple yes/no decision, and that a far more intuitive simple labeled checkbox will do.
    JET

  • Illustrator CC multiple shapes instead of one

    Im trying to draw a simple rectangle with the rectangle tool.
    Instead of giving me one rectangle from the point i click to the point where I release the button, it gives me many rectangles within that area.
    This happens with all the shape tools.
    I´ve been working with text in perspective mode and noticed it became very buggy. (Could not see text in isolation mode, could not move text in normal mode etc)
    And now this strange thing.
    I have a Wacom tablet, but it also happens with an ordinary mouse.
    Whats going on?
    (Edit: It still happens after quit and restart illustrator)
    (Edit2: It also happens in Illustrator CS6)

    You are welcome, on.
    Sometimes, what might appear to be a preference corruption may be solved by restarting Illy or the OS.
    So those would have been the top of the suggested list of things to try, when a stuck tilde key was ruled out.

  • Making multiple buttons out of one picture?

    Ok this is probably a daft question but I'm a complete novice so bear with me. I need to know if it's possible to upload a picture to my Flash stage (a row of buttons I made in photoshop) and then somehow select each of these buttons and turn them into working button symbols? Or do I have to (very annoyingly) upload each button as a seperate picture in a seperate layer before turning it into a button symbol?
    Thanks : )

    kglad knows much, much more than I do and actually helped me out the other day. But, I think I could elaborate a little. Below is exactly what he said, step by step.
    Draw a square> right click> > convert to symbol> name it generic button> ok> double click button> go to the hit frame> right click> insert frame> go to the up frame> right click> insert key frame> click in the up frame again> delete> go back to scene 1
    The button now is transparent (kind of). This generic button is just that a generic button. You can duplicate it or drag it multiple times from the library panel. Place as many as you need on stage. Ex. you have 5 generic buttons on stage. Flash cannot tell the difference between each button. You need to give each button an instance name, so flash knows what button you're talking about when you start writing the code for it.
    Next
    click on a button> properties panel> give instance name (first_btn)> repeat for each button second_btn,, third_btn etc...
    Then write the code to control each button.
    Hope this was helpfull. Just paying it forward.

  • IOS4 upgrade created multiple calendars out of one

    I use MobileMe to keep a "Master" calendar sync'd across all my devices - iPhone, iPad, laptop, etc. It has been working fine. After upgrading my 3G to iOS4, iCal on all my devices now shows multiple master calendars, with my "master" events spread out among them. It appears as if there is now a separate "Master" calendar for each of my devices - taken all together, they provide all the correct events as before. However, I also publish my Master calendar so my wife can see it in her iCal. She now sees only those events from one of the masters. Is there a way to merge all these calendars back into one? Thanks!

    I am having the same problem. I have now put on a new iphone and ipad. I now have over 30 home calendars.

  • Cut a heart shape out of one photo and put on another

    I just installed pse 10 tonight and I need to frame out a part of a picture in a heart shape and put that heart shape on a layer so I can put that layer over my background photo.  How do I do this.  Also, the pse 10 box shows a couple with happy anniversary around their picture in a circle and flowers surrounding the circle.  Can anyone help me?

      You can add a solid color fill layer or drag your background image from the project bin into the main window with your heart. Then drag the background layer down the layer stack so that it sits below the heart layer and shows through the transparency.
      Click to view

  • SqlLoader: how to create multiple records out of one CSV input line?

    A question concerning the SQL-Loader.
    I need to load data from a CSV file where one of the CSV values determines how many records should be inserted.
    Example of the input data:
    KEYWORD;2;REC1_COL1_X,REC1_COL2_X;REC2_COL1_X;REC2_COL2_X
    KEYWORD;3;REC1_COL1_Y;REC1_COL2_Y,REC2_COL1_Y;REC2_COL2_Y;REC3_COL1_Y;REC3_COL2_Y
    KEYWORD;4;REC1_COL1_Z;REC1_COL2_Z,REC2_COL1_Z;REC2_COL2_Z;REC3_COL1_Z;REC3_COL2_Z,REC4_COL1_Z;REC4_COL2_Z
    If the KEYWORD is found, then the next value determines how many value pairs will follow, and therefore how many rows should be created in the affected DB table.
    As a result I hope to achieve this:
    SELECT Column1, Column2 FROM testTable
    REC1_COL1_X,REC1_COL2_X
    REC2_COL1_X;REC2_COL2_X
    REC1_COL1_Y;REC1_COL2_Y
    REC2_COL1_Y;REC2_COL2_Y
    REC3_COL1_Y;REC3_COL2_Y
    REC1_COL1_Z;REC1_COL2_Z
    REC2_COL1_Z;REC2_COL2_Z
    REC3_COL1_Z;REC3_COL2_Z
    REC4_COL1_Z;REC4_COL2_Z
    I learned how to import data using Oracle SQL loader for cases where one input line more or less matches a (new) row in a DB table. But how to handle this?

    Hello 784948.
    Assuming that the delimiter is a comma, and also assuming that the number of pairs is limited to four, you could use the following tested control fileLOAD DATA
    APPEND
    INTO TABLE testTable
    WHEN (1:7) = 'KEYWORD' AND (9) = '1'
    FIELDS TERMINATED BY ","
    TRAILING NULLCOLS
    ( KeywordColumn    FILLER
    , PairCountColumn  FILLER
    , InputColumn1
    , InputColumn2
    , FillerColumn1    FILLER
    , FillerColumn2    FILLER
    , FillerColumn3    FILLER
    , FillerColumn4    FILLER
    , FillerColumn5    FILLER
    , FillerColumn6    FILLER
    INTO TABLE testTable
    WHEN (1:7) = 'KEYWORD' AND (9) = '2'
    FIELDS TERMINATED BY ","
    TRAILING NULLCOLS
    ( KeywordColumn    FILLER  POSITION(1)
    , PairCountColumn  FILLER
    , InputColumn1
    , InputColumn2
    , FillerColumn1    FILLER
    , FillerColumn2    FILLER
    , FillerColumn3    FILLER
    , FillerColumn4    FILLER
    , FillerColumn5    FILLER
    , FillerColumn6    FILLER
    INTO TABLE testTable
    WHEN (1:7) = 'KEYWORD' AND (9) = '3'
    FIELDS TERMINATED BY ","
    TRAILING NULLCOLS
    ( KeywordColumn    FILLER  POSITION(1)
    , PairCountColumn  FILLER
    , InputColumn1
    , InputColumn2
    , FillerColumn1    FILLER
    , FillerColumn2    FILLER
    , FillerColumn3    FILLER
    , FillerColumn4    FILLER
    , FillerColumn5    FILLER
    , FillerColumn6    FILLER
    INTO TABLE testTable
    WHEN (1:7) = 'KEYWORD' AND (9) = '2'
    FIELDS TERMINATED BY ","
    TRAILING NULLCOLS
    ( KeywordColumn    FILLER  POSITION(1)
    , PairCountColumn  FILLER
    , FillerColumn1    FILLER
    , FillerColumn2    FILLER
    , InputColumn1
    , InputColumn2
    , FillerColumn3    FILLER
    , FillerColumn4    FILLER
    , FillerColumn5    FILLER
    , FillerColumn6    FILLER
    INTO TABLE testTable
    WHEN (1:7) = 'KEYWORD' AND (9) = '3'
    FIELDS TERMINATED BY ","
    TRAILING NULLCOLS
    ( KeywordColumn    FILLER  POSITION(1)
    , PairCountColumn  FILLER
    , FillerColumn1    FILLER
    , FillerColumn2    FILLER
    , InputColumn1
    , InputColumn2
    , FillerColumn3    FILLER
    , FillerColumn4    FILLER
    , FillerColumn5    FILLER
    , FillerColumn6    FILLER
    INTO TABLE testTable
    WHEN (1:7) = 'KEYWORD' AND (9) = '4'
    FIELDS TERMINATED BY ","
    TRAILING NULLCOLS
    ( KeywordColumn    FILLER  POSITION(1)
    , PairCountColumn  FILLER
    , FillerColumn1    FILLER
    , FillerColumn2    FILLER
    , InputColumn1
    , InputColumn2
    , FillerColumn3    FILLER
    , FillerColumn4    FILLER
    , FillerColumn5    FILLER
    , FillerColumn6    FILLER
    INTO TABLE testTable
    WHEN (1:7) = 'KEYWORD' AND (9) = '3'
    FIELDS TERMINATED BY ","
    TRAILING NULLCOLS
    ( KeywordColumn    FILLER  POSITION(1)
    , PairCountColumn  FILLER
    , FillerColumn1    FILLER
    , FillerColumn2    FILLER
    , FillerColumn3    FILLER
    , FillerColumn4    FILLER
    , InputColumn1
    , InputColumn2
    , FillerColumn5    FILLER
    , FillerColumn6    FILLER
    INTO TABLE testTable
    WHEN (1:7) = 'KEYWORD' AND (9) = '4'
    FIELDS TERMINATED BY ","
    TRAILING NULLCOLS
    ( KeywordColumn    FILLER  POSITION(1)
    , PairCountColumn  FILLER
    , FillerColumn1    FILLER
    , FillerColumn2    FILLER
    , FillerColumn3    FILLER
    , FillerColumn4    FILLER
    , InputColumn1
    , InputColumn2
    , FillerColumn5    FILLER
    , FillerColumn6    FILLER
    INTO TABLE testTable
    WHEN (1:7) = 'KEYWORD' AND (9) = '4'
    FIELDS TERMINATED BY ","
    TRAILING NULLCOLS
    ( KeywordColumn    FILLER  POSITION(1)
    , PairCountColumn  FILLER
    , FillerColumn1    FILLER
    , FillerColumn2    FILLER
    , FillerColumn3    FILLER
    , FillerColumn4    FILLER
    , FillerColumn5    FILLER
    , FillerColumn6    FILLER
    , InputColumn1
    , InputColumn2
    )Luke
    Please mark the answer as helpful or answered if it is so. If not, provide additional details.
    Always try to provide create table and insert table statements to help the forum members help you better.
    Edited by: Luke Mackey on Aug 5, 2010 1:23 PM (always better to test before posting)

  • Making one shape out of many

    Hi, basic path question: How do I make multiple shapes (overlapping each other)  into one shape or path? I know its in the object menu but which one?Thanks!

    check the Pathfinder window for your various options.  There's more than just the one you're requesting so I would investigate all of them
    to learn what Illustrator can do.

  • How can I delete multiple duplicate songs at one time? I would really like to wipe out my music library and just reinstall all files. Any Help is appreciated.

    I am trying to cleanout my iTunes Music Library. I would prefer to wipeout the music library and then reinstall my music. I do not know how to delete multiple files besides doing one by one. Any help is much appreciated. Thank You.

    Dupin is for Mac. For PC users I've written a script called DeDuper which can help remove unwanted duplicates. See this  thread for background.
    tt2

  • Applying shape styles to multiple shapes or paint strokes...

    Is it possible to apply a shape style (such as "Hard Chalk") so multiple shapes or strokes at once?
    Dragging and dropping onto one line at a time until the drawing is completely made up of chalk strokes is quite tedious...
    Alternatively, perhaps there is a way to combine paint strokes...grouping is OK, but you can't drop a shape style onto a group...so it doesn't help here.
    any thoughts?

    Hi Daniel,
    If you need to use the master page for multiple site collections, then you’d better to choose the option 2 or options 3, as you do not need to make copies of the CSS or JS files and re-upload them to each site collection.
    And per my knowledge, option 3 is better. Because the CSS or JS files are stored at the local system of SharePoint server in option 3, it is faster than referring a file which is stored in database in option 2.
    Generally, it depends based on your situation as you don’t like option 3 when the CSS or JS files are not accessible in SPD.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Is there an easier way to draw a shape in 3d to match X,Y, Z of photo?

    I usually start a project in 2d and import photos, draw shapes and text in this 2d environment. I find it easier this way because they all start out on the same plane, and when manipulating in 3d later, this initial plane acts as a reference plane that I can shift X,Y,Z and rotation paramaters from. I then add a new camera and turn everything into 3d. However, as I work further in the timeline, I sometimes want to add a rectangle that overlaps exactly on top of a photo lying in 3d space as to cover it. When I start the shape command in the active camera view and draw the rectangle to match the outline of the photo, it seems like the photo and rectangle are on the same plane in this view. However, when I check this by going to the perspective view and checking from other angles I see that the rectangle was placed on an arbitrary plane and the rectangle is not overlapping the photo.
    To correct this, I open the inspector of the photo and write down it's X,Y,Z positions and also it's X,Y,Z rotation parameters. Then I go to the rectangle that I have already drawn and in the wrong plane, open it's inspector properties, and replace with the X,Y,Z and rotation parameters of the photos. Then fine tune the orthogonal positions and scaling within the plane with the 3d tranform tool. This seems like a lot of work, especially when I have to do it a 100 times. Looking for an easier way to draw a shape on the same plane of a photo in 3d space.
    Thanks

    Howdy,
    This is a really good question about one of the bigger challenges of building a 3D project. When you add objects to the Canvas (including drawing), they get added in the camera's viewspace, facing the camera and sharing the same up-vector (i.e. positive Y is up). This is all well and good, but what about doing what you ask, where you want to add an object in the localspace of another object? Let's look at your example: adding a shape that is coplanar to a photo, with the camera not necessarily aligned with the photo.
    As Mark suggested, you can draw the shape in the camera's viewspace and then drag-and-drop the Position and Rotation channels from the photo onto the shape. This will replace the shape's Position and Rotation values with that of the photo, making them coplanar and located in the same place. The shortcoming of this method is that you draw the shape at a size that seems correct in the Canvas, but once it's moved to the same place as the photo, it will often turn out to be too small or large. Then you have to make further tweaks.
    Another solution is to use the Isolate command. Isolate temporarily aligns the current view to the selected object and solos that object. So you could isolate the photo and then draw the shape in the Canvas and it will be coplanar with the photo. The only caveat is that the moment you finish drawing the shape, it will disappear. This is because the photo is still isolated (and soloed). As soon as you de-isolate the photo, everything will reappear.
    The easiest way to use Isolate for new photos—not ones already in the project—is to place the photo in a 3D group, position the group where you want the photo and shape to be, then isolate the group and add anything you want to it (shapes, image, text, etc).

  • Draw a shape and add it to cells in a JTabel. Help Please

    Hi all
    I have written some code that draws a shape using Graphics2D.
    What I am after being able to do is create this shape then place it in a cell of a JTable.
    One Other thing is I need to create different color shapes for each row in the table.
    is this posable ??
    Any help would be appreciated
    Craig
    import java.awt.*;
    import javax.swing.*;
    public class RectangleDemo2D extends JFrame {
      private Color color1 = new Color(255, 3, 3);// Color
      private Color color1a = new Color(255, 3, 3, 155); // Color with Alpha
      private Color color2 = new Color(255, 255, 255, 155); //Color White
      int x = 150;
      int y = 150;
      int w = 12;
      int h = 12;
      int arc = 6;
      GradientPaint gradient = new GradientPaint(5, 0, color1, 5, 90, color2, false);
      final static BasicStroke stroke = new BasicStroke(1.0f);
      public void paint( Graphics   g) {
        Graphics2D g2 = (Graphics2D) g;
        g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
        g2.setPaint(gradient);
        g2.fillRoundRect(x, y, w, h, arc, arc);
        g2.setPaint(color1a);
        g2.setStroke(stroke);
        g2.drawRoundRect(x, y, w, h, arc, arc);
        //ImageIcon ico = new ImageIcon("check.png"); // This adds a check image
       // g2.drawImage(ico.getImage(), x, y - 3, this);
      public static void main(String s[]) {
        RectangleDemo2D demo = new RectangleDemo2D();
        demo.setBackground(Color.white);
        demo.pack();
        demo.setSize(new Dimension(300, 300));
        demo.show();
    }

    Hi,
    You can check out a similar thread where the poster has opted to use imageicons instead of shapes. That thread is here.
    http://forums.java.net/jive/thread.jspa?threadID=15074&tstart=0.
    As for creating different color shapes for different cells of the jtable, it is definitely possible once you have a custom renderer for your jtable. Just read up on how to create custom table cell renderer.
    cheers,
    vidyut
    http://www.bonanzasoft.com

  • I just Draw a shape in Geometry and key framing and everything is good ,bu

    I just Draw a shape in Geometry and key framing and everything is good ,but as soon as I get to the secondary for set the changes everything will change !The shape will automatically change its place to couple pixel up and to the right ! my footage is in 2K red and was shot by Red Camera . I really don`t know what is the problem , any helps ?

    Howdy,
    This is a really good question about one of the bigger challenges of building a 3D project. When you add objects to the Canvas (including drawing), they get added in the camera's viewspace, facing the camera and sharing the same up-vector (i.e. positive Y is up). This is all well and good, but what about doing what you ask, where you want to add an object in the localspace of another object? Let's look at your example: adding a shape that is coplanar to a photo, with the camera not necessarily aligned with the photo.
    As Mark suggested, you can draw the shape in the camera's viewspace and then drag-and-drop the Position and Rotation channels from the photo onto the shape. This will replace the shape's Position and Rotation values with that of the photo, making them coplanar and located in the same place. The shortcoming of this method is that you draw the shape at a size that seems correct in the Canvas, but once it's moved to the same place as the photo, it will often turn out to be too small or large. Then you have to make further tweaks.
    Another solution is to use the Isolate command. Isolate temporarily aligns the current view to the selected object and solos that object. So you could isolate the photo and then draw the shape in the Canvas and it will be coplanar with the photo. The only caveat is that the moment you finish drawing the shape, it will disappear. This is because the photo is still isolated (and soloed). As soon as you de-isolate the photo, everything will reappear.
    The easiest way to use Isolate for new photos—not ones already in the project—is to place the photo in a 3D group, position the group where you want the photo and shape to be, then isolate the group and add anything you want to it (shapes, image, text, etc).

Maybe you are looking for

  • Download speed at a crawl

    Hello, My G5's download speed has diminished to a crawl. It appears this happened after 10.4.5 Funny thing is, my 12" PB's speed is fine (also running 10.4.5). The G5 is downloading at 175 KB/sec were as the 12" is 325 KB/sec. Both access the interne

  • IPad Syncing iMovie to iTunes

    When you sync or "send" an imovie from the iPad to iTunes.  Where does it go.  I've got home sharing turned on on my laptop (macbook Pro 10.7.3. - iPad is iPad 3ver. 5.1). 

  • Need help organizing mail

    How do I keep each mail under one heading? For example, I have a back and forth conversation with John Smith and I would like all of our emails in one email. Also why am I not receiving junk mail? Thanks

  • Dropdown List Value Test For Null || " "

         I wrote a pre-sign script to test a for a value in a dropdown list before allowing signature of the document. However I want to test for a value of null in addtion to one space aka " ". I added a value in the dropdown list of " " along with the

  • How to export a PSD file with layers to Fireworks PNG file.

    Hi I've been asked by someone I'm working for to supply the work I've done as a PNG file that can be edited. I was told that a layered PSD file can be converted to a layered fireworks PNG file. I've tried all sorts of things but either ended up with