Main > Free Download Search >

Free visual paradigm for uml software for mac

visual paradigm for uml

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1329
Visual Paradigm for UML (Community Edition) 6.0

Visual Paradigm for UML (Community Edition) 6.0


Visual Paradigm for UML (Community Edition) is a UML modeling tool more>>
Visual Paradigm for the Unified Modeling Language (VP-UML) is a UML CASE tool. The tool is designed for a wide range of users, including Software Engineers, System Analysts, Business Analysts, System Architects alike, who are interested in building large scale software systems reliably through the use of the Object-Oriented approach.
Visual Paradigm for UML (Community Edition) works accordingly to the latest standards of Java and UML notations and provides the industrys full round-trip code generation and code reverse engineering support for Java.
Main features:
- Support All UML Diagrams (Class, Use Case, Collaboration, Sequence, State, Activity, Component, Deployment, Timing, Composite Structure)
- Real Time Model Validation
- Dockable User Interface
- Resource Centric Interface for better Usability
- Automatic Diagram Layout
- Sophisticated Diagram Printing Facility
- Copy Diagram Elements to System Clipboard as Image
- Export Diagram as Image (JPG, PNG and SVG Format)
- Support Sub-diagram for all UML Model
- Provide Different Look-and-Feels for User Interface
- Support Package Containment
- Textual Analysis
- Model Generation that Supports the Generation of Sequence Diagram from a Flow of Event and the Generation of Collaboration Diagram from a Sequence Diagram (and vice versa)
- Multilingual Supports.
Enhancements:
- Customizable Data-Types
- Support UML2 XMI
- Define more type of candidate class in Textual Analysis
- Element Sorting in Report Generation
- Group Diagram by Category
- Reverse Database Enhancements
- Many more enhancements.
<<less
Download (109MB)
Added: 2007-03-13 License: Freeware Price:
618 downloads
Visual Font 2.6

Visual Font 2.6


Visual Font ia a handy tool for managing font archives and much more. more>>
Visual Font allows you to browse libraries of TrueType and bitmapped fontsthat can be easily viewed, printed, listed or duplicated, and withoutrestriction of number or size. VisualFont uses very few memory, theapplication is quite small, and it can still manage thousands of fonts.
The new search engine is able to find all fonts contained in any folder and itssubfolders, sort them, remove duplicates, and caches the search results todisk, so that you can stop the search process and resume it later.
Therendering engine now displays and prints text using multiple lines, and hasbeen greatly improved to fit professional needs. VisualFont uses drag anddrop intensively, it can interact with the Finder, and uses the latesttechnologies provided with MacOS 8 and MacOS 9.
Enhancements:
- Version 2.6 offers a list view and has improved overall structure for speed and strength. It has been crash-tested with folders of over 6000 fonts, ensuring its stability.
<<less
Download (355KB)
Added: 2005-04-13 License: Freeware Price:
1660 downloads
ArKaos Visualizer for MAC 1.0

ArKaos Visualizer for MAC 1.0


Visualisation Plug-in for mp3 player Winamp and Soundjam. more>>
Visualizer plug-in for Winamp and SoundJam. This interactive mp3 visualizer plug-in is the basic distribution tool of the ArKaos products. The ArKaos engine is a real-time video sampler and is used to create real-time graphics in live concerts. Thanks to this visualizer you can now use this technology on you mac or pc ! The ArKaos engine has 60 real-time effects that can be used to create cool images synchronized to the music. The ArKaos visualizer lets you use visual files created with the ArKaos real-time video sampler. Those visual files are *.kos files and are complex visual databases that combine static visuals, video loops, flash animations, real-time effects and eventually sequencer informations. If you just do nothing after selecting the ArKaos window the ArKaos engine will just listen to the beat and launch the real-time effets encoded in the visual file. For each new song it will open a new visual database, so if you have a lot of them it will create an infinite stream of video animat
<<less
Download (1Mb)
Added: 2009-04-29 License: Freeware Price: $0.00
199 downloads
Visual Automata Simulator 1.2.1

Visual Automata Simulator 1.2.1


Visual Automata Simulator - DFA, NFA and TM simulator more>>
Visual Automata Simulator is a DFA, NFA and TM simulator.
Visual Automata Simulator is a tool for simulating, visualizing and transforming finite state automata and Turing Machines.
Main features:
- Creates, simulates and transforms DFA and NFA machines
- Creates and simulates TM
- Batch tests for TM: useful features to test a bunch of files quickly!
- Easy-to-use GUI interface (multi-documents)
- Smart links between objects
- Machines can be drawn using the mouse - and resized at any time
- Multiple machines can be created in a single document
- Multiple documents can be opened at the same time
- Documents can be saved and reloaded from disk
- Debug mode to see exactly how the machine is working (each step has a different color)
- MacOS X GUI compliant.
Enhancements:
- modified for XJLibrary 1.2.5
- unit tests
- fixed a bug introduced in version 1.1.2 with epsilon transition.
<<less
Download (580KB)
Added: 2006-05-19 License: Freeware Price:
1267 downloads
Visual Component Framework 0.6.5

Visual Component Framework 0.6.5


Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++ more>> Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++

Visual Component Framework is a based on a thoroughly modern C++ design and has built in support for Rapid Application Development (RAD).
The Visual Component Framework framework is designed to be portable over multiple compilers and platforms, so you dont have to lose all that work that went into writing your app for a single platform!

Main features:>
- Modern C++ design - use of modern C++ techniques like exceptions, templates (where useful), name spaces, and heavy use of the Standard Template Library.
- Advanced RTTI features that allow for such things as dynamic object creation given a registered class name or a registered UUID string that represents the class, dynamic introspection of a given objects class and listing such data as the class name, super class, the properties of the class, member methods, and implemented interfaces.
- Modular - built across several libraries as opposed to one huge monolithic library that then becomes difficult to break apart. This means that while the VCF is incredibly powerful as a framework for writing GUI based applications, if you just want to use the core features, such as threads, file IO, and RTTI you can do so, without having to have dependencies on all the GUI code.
- Easy to use, and powerful event system, suitable for console as well as GUI based applications.
- Support for Thread, Mutexes, Semaphores, Files, Streaming data, error logging, string utility functions, and other basic services. All of this is part of the FoundationKit and has no dependencies on the graphics or UI code.
- Powerful and easy to use graphics classes, plus more advanced support for anti aliased vector graphics through the use the AntiGrain Graphics libraries.
- A simple to use image loading architecture that allows multiple formats to be registered dynamically, for loading up a variety of different graphics formats. On Win32 systems the default image loading support is limited to BMP files, but by using the ImageFormats library (also a part of the VCF) a wide variety of additional image types are also supported. Currently the ImageFormats library uses FreeImage to support a image types such as .TIFF, .TGA, .PSD, .PNG, .PCX, .SGI, .MNG, .RAS, .PBM, .PPM. and many others.
- More advanced classes for customizing the drawing process by extending Stroke and Fill classes.
- A complete set of powerful GUI classes, including a common set of base classes enabling advanced custom control creation. Some of the control classes include tree controls, list controls, check box and radio controls, push buttons, single line and multi line text controls, and many others.
- A standard set of application classes for things like resources, loading windows or forms dynamically at application startup, saving of application state, a registry class for common storage of system and application information.
- Other application classes include an Undo/Redo architecture based on commands that allows for undoing and redoing commands as well as notifying other objects of the events.
- GUI controls that support both alignment and anchoring. Any control may be aligned to the top, bottom, left or right of its parent container control. Alternately controls may use their anchoring properties to anchor themselves to the left, right, top and/or bottom sides of their parent container control. In addition to control alignment, it is possible to write custom layout containers and assign them to a control to customize layout logic.
- The ApplicationKit provides a set of Model and View classes for using in MVC patterns. A series of models like the ListModel, TreeModel, and TextModel are used in controls to provide separation of the data from the UI presentation code. Because a View can be dynamically attached to a Control at runtime, it will be possible to develop "themes" in the future.
- Because of the RTTI features and the event handlers, the VCF easily supports component programming with in IDE that allow for visual development.
- The VCF tries to be as flexible as possible, allowing you to use the parts you want, and allowing for inter-operability with other frameworks. Thus VCF controls can be used inside of an MFC application if you like, or only use the graphics module for enhanced graphics features.
- No need of special preprocessor tools - if you have a reasonably complete C++ compiler then youre all set to go.
- The ability to access the low level handles for most native objects. For example, by accessing the Threads peer class, you can get a handle to the native thread handle itself. For a control, you can access the controls peer and get a handle id that represents the windowing systems native handle for a window/widget. This allows you to use platform specific calls when necessary.

Enhancements:
- This is the very first src release of the Mac OS X port of the VCF. It should build and run some of the examples, but is obviously very much still a work in progress.

<<less
Download (3.9MB)
Added: 2008-10-07 License: Freeware Price: FREE
385 downloads
Visual Hebrew Enabler for Safari 1.0.3

Visual Hebrew Enabler for Safari 1.0.3


Visual Hebrew Enabler for Safari is an innovative and versatile Apples new Web browser which has great Hebrew support when it comes to site using so-called logical Hebrew (which is the standard), but sites using visual Hebrew are displayed backwards. more>>

Visual Hebrew Enabler for Safari 1.0.3 is an innovative and versatile Apple's new Web browser which has great Hebrew support when it comes to site using so-called "logical" Hebrew (which is the standard), but sites using "visual" Hebrew are displayed backwards. Safari also crashes a lot when trying to submit a form from a Hebrew page.

The Visual Hebrew Enabler for Safari addresses these two issues in the form of a patched version of the WebCore framework, that once installed into your copy of Safari enables visual Hebrew support and prevents many of the aforementioned crashes.

Requirements: Mac OS X 10.2 or higher

<<less
Download (938.5KB)
Added: 2003-01-09 License: Freeware Price:
downloads
visual-db 0.5

visual-db 0.5


Database visualization tool for your Mac VisualDB is a tool for visualization of the database as tables with relations between them more>> Database visualization tool for your Mac

VisualDB is a tool for visualization of the database as tables with relations between them. At this point the developmnet focuses on PostgreSQL, but in the future we are planning on supporting other DBMS, such as MySQL, Oracle, SQLite, etc.

Enhancements
- PostgreSQL databases are supported. DB structure visualization was added.

<<less
Download (61KB)
Added: 2009-06-21 License: Freeware Price: FREE
199 downloads
Simple Myspace Editor 1.0

Simple Myspace Editor 1.0


Simple Myspace Editor - Simple editor for you myspace account more>>
Wish you could edit your myspace account’s visual effects!

Well here you go, this is a very simple editor.

Change scrollbars, titles, text, and images with this small widget.

<<less
Download (194KB)
Added: 2006-07-19 License: Freeware Price:
786 downloads
VisualLimitingMagnitude 1.0

VisualLimitingMagnitude 1.0


VisualLimitingMagnitude - Your eyes limiting magnitude, based on many factors more>>
VisualLimitingMagnitude is a small application that implements Bradley Schaeffers visual limiting magnitude algorithm with a visual interface. This is based on the article in Sky & Telescope, May 1998, p 57 - 60.

LimitingMagnitude is a small application that calculates your eyes limiting magnitude, based on many factors.


<<less
Download (1.3MB)
Added: 2005-11-21 License: Freeware Price:
1432 downloads
Production Paradise Search 1.5.5

Production Paradise Search 1.5.5


Directory and Showcase for the Visual Media Industry. more>> Directory and Showcase for the Visual Media Industry.

Using Production Paradise Widget, you will have the worlds finest visual media professionals are at your fingertips.
Production Paradise Widget will search for professionals in your area of interest.

Enhancements
- Integration of the new keyword search for news and photo & video.

<<less
Download (120KB)
Added: 2009-03-24 License: Freeware Price: FREE
192 downloads
 
Other version of Production Paradise Search
Production Paradise Search 1.1.3Directory and Showcase for the Visual Media Industry. Production Paradise Search 1.1.3 - Lars ... Directory and Showcase for the Visual Media Industry. Using Production Paradise Widget, you
Price: FREE
License:Freeware
Download (169KB)
385 downloads
Added: 2008-10-06
CallWave Visual Voicemail 1.2

CallWave Visual Voicemail 1.2


CallWave Visual Voicemail - Free visual voicemail for your mobile phone more>>
Free visual voicemail for your mobile phone. Through visual voice mail, you may see, sort and listen to cell phone messages right from your computer.

CallWave Visual Voicemail widget works with most US carriers including Cingular, Verizon and T-Mobile.
<<less
Download (311KB)
Added: 2007-06-29 License: Freeware Price:
518 downloads
 
Other version of CallWave Visual Voicemail
CallWave Visual Voicemail 1.2CallWave Inc - CallWave Visual Voicemail - Free visual voicemail for your ... CallWave Visual Voicemail. Two guys made photos
Price: FREE
License:Freeware
Download (311KB)
201 downloads
Added: 2007-06-29
QuarkViewer for QuarkXPress 1.0b

QuarkViewer for QuarkXPress 1.0b


QuarkViewer for QuarkXPress is a program built to QuarkXPress layout pages for viewing in Microsoft Silverlight player. more>>
QuarkViewer for QuarkXPress 1.0b is a program built to QuarkXPress layout pages for viewing in Microsoft Silverlight player. QuarkViewer may run as a pure desktop application or a Web application.

It provides rich reading experience for QuarkXPress layouts and preserves the rich typography and high-fidelity visual design that QuarkXPress is known for.

Enhancements:

  • Initial release for QuarkXPress 7

Requirements:

  • Mac OS X 10.4 or later
  • QuarkXPress 7 or later.
<<less
Download (3MB)
Added: 2008-03-07 License: Free Price:
downloads
Production Paradise Search Widget 1.5.5

Production Paradise Search Widget 1.5.5


Production Paradise Search Widget brings you with the worlds finest visual media professionals are at your fingertips. . more>>

Production Paradise Search Widget 1.5.5 brings you with the world's finest visual media professionals are at your fingertips. .

<<less
Download (120.7KB)
Added: 2009-03-23 License: Freeware Price:
downloads
 
Other version of Production Paradise Search Widget
Production Paradise Search Widget 1.5.5Production Paradise Search Widget is a useful widget which puts the worlds finest visual media ... Production Paradise Search Widget 1.5.5 is a useful widget which puts the worlds finest visual
License:Free
Download (121K)
downloads
Added: 2009-03-23
Quick Sequence Diagram Editor 3.0.5

Quick Sequence Diagram Editor 3.0.5


A tool for generating professional UML sequences more>>
Quick Sequence Diagram Editor 3.0.5 is a versatile and easy-to-use tool which offers you an effective way for generating professional UML sequences. Quick Sequence Diagram Editor is a fast and reliable tool, written in Java 5, for generating professional UML sequence diagrams from text. Supports actors, con-/destructors, threads, broadcasts, notes, and fragments. It can serve as a Javadoc taglet. Exports PDF, SVG, (E)PS, PNG.

Enhancements:

  • Allows to hide return arrows
  • Makes scrolling the text area faster
  • Fixes two bugs


<<less
Download (1.8MB)
Added: 2009-06-14 License: Freeware Price: FREE
24 downloads
Peer Visual 10.5.5

Peer Visual 10.5.5


Peer Visual offers a beneficial and easy to use application which makes dynamic reports, charts, diagrams and other visuals for print and web distribution. more>>

Peer Visual 10.5.5 offers a beneficial and easy to use application which makes dynamic reports, charts, diagrams and other visuals for print and web distribution. It works with popular web servers, in secure corporate environments, scales to high transaction environments, outputs to web browsers and many types of printers and can collect information from virtually any source.

Peer Visual reports are constructed with a world-class interactive report building application and can be extensively customized using Vvidget Tools, a comprehensive programming framework for making paginated reports, charts, diagrams, maps and other visuals. Output formats include PDF (Portable Document Format) and other popular raster image formats. Peer Visual can be programmed to make virtually any type of report or visual in real time.

Requirements:

  • Mac OS X 10.5
<<less
Added: 2008-06-18 License: update/patch Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5