A program that can rotate objects

Is there any done program that can rotate objects from graph?
I am not a programmer I just need to use that for mathematics.
Any help will be appreciated.

I'm not sure what you are asking for. You can rotate an image with [url http://java.sun.com/j2se/1.4.2/docs/api/java/awt/geom/AffineTransform.html]AffineTransform. You can look at the source for it in src.zip. You can [url http://onesearch.sun.com/search/developers/index.jsp?col=devforums&qp_name=Algorithms&qp=forum%3A426&qt=rotate]search for algorithms.

Similar Messages

  • I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing. Thanks, Tommy

    I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing? Thanks, Tommy

    // create the user profile, get the handle back,
    // and set the membership profile attributes.
    ProfileAdmin newProfile = null;
    try {
    // the users profile name is the domain      
    // he belongs to plus their userName
    // you will request.domain if your doing this from a servlet, domain_name is the domain_name the user belongs too
    String profileName = domain_name + "/" + user;
         if (debug.messageEnabled()) {
    debug.message("creating profile for " + profileName);
    // create the user profile object
    newProfile = ProfileManager.createProfile(
    getSession(), profileName ,Profile.USER);
    UserProfile userProfile = (UserProfile)newProfile;
         // set the role the user is a member of. Default is to set
         // the users to the default role of the domain they surfed to
         StringBuffer roleName = new StringBuffer(64);
    // request.domain instead of domain_name if your doing this from a servlet ..
    Profile dp = getDomainProfile(domain_name);
    roleName.append(dp.getAttributeString("iwtAuth-defaultRole"));
         if (debug.messageEnabled()) {
    debug.message("setting role for " + user + " = " + roleName);
    userProfile.setRole(roleName.toString());
    newProfile.store(false);
    } catch (ProfileException pe) {
         debug.error("profile exception occured: ",pe);
    return;
    } catch (ProfileException pe) {
         debug.error("login exception occured: ",le);
    return;
    HTH ..

  • Looking for a program that can handel import and export of palm doc files

    I am looking for a program that can handel the import and export of palm doc Files that can convert them to to either txt or RTF files for Vista 32, running Palm Desktop 7.1.
    Could anyone give me a few suggestions of any plug-ins that would be good me?
    Hearns
    Post relates to: Palm IIIxe
    This question was solved.
    View Solution.

    Ok, you need to clean uninstall Palm desktop 6.2. Install Palm desktop 4.1.4 and download and install documents to go version 6.
    Here are the clean uninstall instructioins for Vista.
    You should first make a copy of your data to have just in case something
    happens. You can find your data files by going to Start --> Documents -->
    Palm OS Desktop. Highlight your Palm Desktop username and right click and
    copy. Then go to your PC desktop right click on a blank spot and select paste.
    If this is the first time you are installing Palm desktop and encountering a problem, skip the previous step.
    Now you want to uninstall Palm Desktop and remove everything that has to do
    with Palm Desktop from your computer.
    Go to the following locations on the PC and delete the folders listed below.
    C:\Program Files\Palm or Palm One
    C:\Users\[Vista Login Name]\appdata\local\virtualstore\Program Files\Palm or
    PalmOne
    C:\Users\[Vista Login Name]\appdata
    *Note you may need to view hidden folders to get to appdata. To do that go
    into your control panel and open folder options. Go to view tab and uncheck
    hide hidden files.
    Once this is done you will need to delete some registry keys from your PC Operating System.
    Word of warning, going here and deleting the wrong thing can cause your PC
    from starting up, crashing and deletion of programs and data. If you feel
    you are unsure of yourself, see if you have a friend that can help you or a
    PC technician that you can pay to help you. This procedure will show them everything they need to delete. To make sure we have a good copy of the current registry, we need to do a backup of the Registry.
    Go to start on the PC, in the search field type "regedit.exe" without quotes.
    Highlight COMPUTER, go to File --> Export. Should pop up with a Save As box.
    Current location is fine, should be in My Documents or save to a location you will remember. In the file name on the bottom type "backup[todaysdate]" i.e. backup07072008. Next, the hard part.
    The easiest way to make sure your working with the correct key, highlight the key i.e. palm quick install, and press delete on your keyboard. It will ask you, are you sure. Say yes. Do the same thing for all keys below.
    If you make a mistake, stop what you are doing. And call a PC technician.
    BUT do not turn off your computer.
    The reg keys are as follows (Note: some of theses reg keys will not be here
    but if they are delete them)
    * HKEY_CURRENT_USER\Software\U.S. Robotics\Palm Quick Install
    * HKEY_CURRENT_USER\Software\U.S. Robotics\PalmOne File Transfer
    * HKEY_CURRENT_USER\Software\U.S. Robotics\Pilot Desktop
    * HKEY_CURRENT_USER\Software\Palm
    * HKEY_CURRENT_USER\Software\Palm, Inc.
    * HKEY_CURRENT_USER\Software\PalmDesktopAutorun
    * HKEY_CURRENT_USER\Software\palmOne
    * HKEY_CURRENT_USER\Software\PalmSource
    * HKEY_LOCAL_MACHINE\Software\PalmSource or anything else that says palm
    Next reboot your computer.
    Then reinstall your palm desktop from the CD and do a hotsync. Use the username that is on the handheld.

  • Any suggestions for programs that can convert mpeg1 to a format that can be edited in iMovie Version 8.0.6 (821) and/or iMovie HD Version 6.0.3 (267.2) Thanks

    Any suggestions for programs that can convert mpeg1 to a format that can be edited in iMovie Version 8.0.6 (821) and/or iMovie HD Version 6.0.3 (267.2) Thanks

    Hi Mark
    Was just looking for the answer to this exact question and I just found something that worked for me so don't know if it might be of use to you or you might have already solved your problem!  Basically when I was in iMovie and I clicked to import movies from the computer into iMovie and I found the clip I wanted to import, there are a few options.  I think it asked which Event I wanted to add it to but most importantly it asked me what file size I wanted...I had originally been clicking Large because it advised me to because it reduces the file size...but just on a chance there I selected 'Full - Original' for size and it imported perfectly into iMovie in it's original vertical form!
    Hope this helps!
    Bianca

  • I would like to make a poker program that can be played over the internet

    I would like to create a java poker program that can be plyed over the internet. I would post the code on a website and everyone that goes should be able to play. Someone told me to use a socket but i dont no how. Also i dont know how to make a program that many people can use at once. PLEASE HELP ME!!!!!!!!!!!!!!!!!!!!!!!!! So i want to make a holdem poker program in black and white that like 6 people can play by going to a web site. Thanks

    I would like to create a java poker program that can
    be plyed over the internet. I would post the code on
    a website and everyone that goes should be able to
    play. Someone told me to use a socket but i dont no
    how. Also i dont know how to make a program that
    many people can use at once. PLEASE HELP
    ME!!!!!!!!!!!!!!!!!!!!!!!!! So i want to make a
    holdem poker program in black and white that like 6
    people can play by going to a web site. ThanksIf you want to use a socket, you're on the wrong board. What does your webhoster support? J2EE? Root access so you can install your own server?

  • I need a program that can tell me the amount of bandwidth used by each host

    Dear Friends
    I need a program that can tell me the amount of bandwidth used by each host on the network in kb/s or mb/s.
    And if possible which would also records a history of use,
    what is the best program for this?
    Thanks
    Almir

    Hello friend,
      you can solve your problem with a netflow technology.NetFlow exports packets
    with information about your data flows going throught your routers or switches.
    (Usually src/dst IP address, src/dst ports, protocols, src/dst interfaces, num
    of bytes, num of packets). In the analyzator software you can see exactly what
    you need. See: http://www.cisco.com/go/netflow for more information about netflow.
    NetFlow is NOT supported on all devices, but almost devices support it. The list of
    supported devices can be found on the: http://support.caligare.com/kb/entry/42/
    Our company is developing netflow analyzer (it is the second part of netflow analysis).
    So if you want to know more, contact me at any time. Of course, you can use any other
    netflow analyzers, there are many tool available .... free/commercial... the list of applications:
    http://netflow.caligare.com/applications.htm
    Please, rate if I helped you.
    Kind regards,
    Jan

  • I upgraded to OSX.8 and cannot load MS Encore. I desperately need some email files from ENCORE. Is there a program that can open my ENCORE email files?

    I upgraded to OSX.8 and cannot load MS Encore. I desperately need some email files from ENCORE. Is there a program that can open my ENCORE email files?
    SLM01

    Do you mean Entourage? It appears you have Office 2004 or older. Those are PowerPC apps only and will not run in Lion or later. If you need access to those emails like, "RIGHT NOW!", then I would suggest purchasing Office 2011 for Mac. Outlook is the new Office email client in 2011 and can import your older Entourage data.

  • Develop a program that can read pdf document in the UClinux OS?

    hello,
    I'm a programmer in a company which is doing embed development ,i want to develop a program that can read pdf document in the UClinux OS?
    Can some one give me some ideas?
    can some body give me some information?
    My email is [email protected]
    thank you!!!

    I would strongly recommend using one of the libraries that are available (Google). If you don't want to pay the (modest) costs of a commercial license, there are several open source projects with licenses that allow you to use them in commercial products.

  • A contact and calander program that can sync with iTunes

    Hi There Everydoby-
      I was wondering if anybody know of a free calander and contact program that can sync with iTunes and my iPod touch. I do not have Microsoft Office, I currently use Open Office for my word and Excel documents. But I do not have a clalander or contact program that will sync with iTunes.
      So if anybody can let me know if anybody is using or know's of what I can use that will work with iTunes, i'd really appriciate it.
    Thanks- Doug

    Hey Galilio,
    You can try restoring the iPhone from a backup that is dated before the contacts were erased. This article: http://support.apple.com/kb/HT1766 will walk you through restoring the iPhone from backup.
    You can also Reset the Sync History from the iTunes preferences window, under Devices. This would force iTunes to prompt you again, asking if you want to merge or replace contacts. This article: http://support.apple.com/kb/HT1692 provides more information.
    -Jason

  • Take my music off my ipod without formatting it on itunes on my macbook pro is there a program that can do it i have itunes 11.0.2

    how to take my music off my ipod without formatting it on itunes on my macbook pro is there a program that can do it i have itunes 11.0.2 and new osi mountain lion

    I do not understand what you mean/want. Maybe this:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities
    or
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • FastFox, a program that can extend by me selected letters to words or whole sentences, and even draw up tables in Wikipedia, has stopped working in Firefox.

    FastFox, a program that can extend by me selected letters to words or whole sentences, and even draw up tables in Wikipedia, has stopped working in Firefox. FastFox has always worked very well with FastFox, but not anymore. FastFox still works excellent in Mozilla Thunderbird, Google Chrome and Safari, but not in Internet Explorer and Mozilla Firefox 3.6.6. I need help with this because I am disabled after a meningitis caused by medical doctors in 2005. I rely on automatic writing programs, and unfortunately does not the alternative program AllChars work in Windows 7. I do not know of any other similar programs, which write "The United States of America" when I write the code that I have chosen - "USA+". I have not downloaded any new extentions to Firefox.

    Hello Stefan.
    Please contact FastFox's developers for support.

  • Is there a program that can open .desktop icons?

    Hi.
    I am 15 years old and have downloaded a game thats called Planetside 2 with the program wine and winebottler. It installed perfectly and leaved a icon thats named Planetside2.PSG.desktop. I didn't exit the window until the planetside 2 have uploaded everything. After one day I decided to play Planetside 2 but I couldn't open that icon. Not even my winebottler couldn't open it. Is there a way or a program that can open that. (I do not want any suggestions buy virtual machines because I don't have a disk reader that can run cd´s).
    The way I did it.
    1. Installed Planetside 2
    2. Created a desktop icon for shortcut. (There also came a sort of document Planetside2.PSG.ink)
    3. Waited Planetside 2 to upload ( I went about 3 hours so I went to bed).
    4. Next morning, tried to use the shortcut (Planetside2.PSG.desktop) to launch it.
    5. Searching if there was anything more installed in the computer and I couldn't find anything except that desktop icon.
    Well there is one opertuntity that works but it takes a LONG time because I have to install it again and click the repear option to even open Planetside 2.
    My computer is a Macbook air with operating system OS X 10.8.4. (its not mountain lion but it was no more option).

    Thanks, I should talk to the support and now I know where my game is! I had the problem to find Planetside was one of the problems and it was in a windows c:drive that is almost impossible to find (Spotlight and Finder searches doesn't work). But I found a program that can find EVERY single program which is OmniDiskSweeper. It calculates every folders and programs size and lays a display on how much spaces it takes on your computer. If anyone have problem to find the windows C:drive I can guide you like this:
    Machintosh HD>Users>Your computer name (Which would take a lot of gbytes)>Library(Its probably here the folder Library doesn't show up)>Application Support>com.yourcompany.yourapp.??>there is your windows c:drive!
    Maybe in some computers it doesn't work but it worked for me how I found my C:drive. I was using a program called wine so that maybe explains the dissapering. Wine laid it on the C:drive.

  • Is there a tool that can rotate N70 videos

    Got a few videos taken with an N70 that need rotating. Does anyone know any tools that can rotate these videos without changing the format? Thanks.
    T-mobile please give us v.20 N95 software.

    29-Aug-200705:41 PM
    el_loco wrote:
    You have to click on Directshow button (next to Use Directshow) and a window will open with a bunch of option.
    Direct show is any file that will normally play in Windows Media Player. So make sure you have the codecs installed in your pc prior to using Super. For example, Super will encode AVI files (Divx, xVid) but these files don't normally play in WMP, so they are not Direcshow, but once you install the DivX codec then they will play on WMP and then you can use the directshow.
    If the file is not Directshow then you cannot rotate it.
    If you don't see it, send me a PM with your email address and I can send you some pictures on how to do it.
    Thanks, found the option you are talking about, and installed the latest version of DivX, (I had version 2. Something). Unfortunately, although I haven't tried it, i'm pretty sure that mp4 files are not Directshow, unless DivX has changed alot.
    T-mobile please give us v.20 N95 software.

  • Is there a programs that can scan my Mac and fix errors

    I need a program that can scan my Mac and fix errors

    It would be helpful to tell us exactly what errors you need to have fixed.
    Reinstall OS X without erasing the drive
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.
    See if the above helps fix your "errors."

  • Does OSX Include Any Other Programs That Can Record Audio....

    ...besides Garageband. I will be getting a MacBook in a day or two and I didn't plan on installing GarageBand because it takes up so much space and the only thing I would ever use it for is recording speech. Does OS X include another program that can record speech? If not, what are some good free Apps that would do the job (and not take up too much HD space)?

    QuickTime Player Pro will record. It is not free but will not use up any disk space, since it is just a key to enable features on software already installed.
    <http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/6254000/wo/Lx4k r3LSgnrt2aXKMBQRorCIwTP/2.0.19.1.0.8.12>

Maybe you are looking for