EchoPoint API - 3.0.0b5
App Webcontainer
A B C D E F G H I J K L M N O P Q R S T U V W X Y

M

makeAwtColor(Color, Color) - Static method in class echopoint.util.ColorKit
Creates an java.awt.Color object from a nextapp.echo.Color object, or uses the default AWT if the echoColor object is null
makeAwtFont(Font, Font) - Static method in class echopoint.util.FontKit
Creates an AWT font object from a Echo font object.
makeColor(String) - Static method in class echopoint.util.ColorKit
Returns a Color object from the string representation The color string must be in the format :
- #rrggbb where rr, gg, bb are hexidecimal integer values
- rgb( r, g, b) where r,g,b are integer values
- color( r, g, b) where r,g,b are integer values
- null will return a null color otherwise an IllegalArgumentException is thrown.
makeColor(int, int, int) - Static method in class echopoint.util.ColorKit
Returns a Color object from the red, green and blue integer values.
makeColor(int) - Static method in class echopoint.util.ColorKit
Returns a Color object from the red, green and blue integer values.
makeColorString(Color) - Static method in class echopoint.util.ColorKit
Returns the Color in the form : color(r,g,b);
makeCSSColor(Color) - Static method in class echopoint.util.ColorKit
Returns the Hex W3C CSS color string for a given color ie #rrggbb
makeCSSFont(Font) - Static method in class echopoint.util.FontKit
Makes a W3C CSS font string in the special format fontstyle, fontsize, fontnames
makeExtent(String) - Static method in class echopoint.util.ExtentKit
Returns an new Extent object that represents the given Extent string in the form : [integer][unit] where unit is one of [px | % | pt | cm | mm | in | em | ex | pc] and no spaces are allowed betwwen the integer value and the unit.
makeFont(String) - Static method in class echopoint.util.FontKit
Returns the Font value of the given Font string representation.
makeFontString(Font) - Static method in class echopoint.util.FontKit
Makes a string representation of a font in the format font(fontName, fontStyle, fontSize) where : fontName - is a font name such as 'Verdana' or 'Times New Roman'.
makeHexColor(Color) - Static method in class echopoint.util.ColorKit
Returns the Hex string for a given color for example 'rrggbb' Note it does NOT have the # character at the front
makeRuntimeException(String, Throwable) - Static method in class echopoint.util.throwable.ThrowableKit
This method creates a RuntimeException that will attach the root cause if you are running under JDK 1.4 or later.
makeRuntimeException(Throwable) - Static method in class echopoint.util.throwable.ThrowableKit
A short cut method for ThrowableKit.makeRuntimeException(null,cause);
makeStyleName(Element) - Static method in class echopoint.util.StyleMerger
Make up a stylename which respects all attributes to uniquely identify a style.
makeThrowable(Class, String, Throwable) - Static method in class echopoint.util.throwable.ThrowableKit
This method creates a Throwable derived object that will attach the root cause if you are running under JDK 1.4 or later.
makeThrowable(Class, Throwable) - Static method in class echopoint.util.throwable.ThrowableKit
Short hand method for ThrowableKit.makeThrowable(throwableClass, null,cause);
makeTypeface(String) - Static method in class echopoint.util.FontKit
This will return a Font.Typeface object by first rtying to match the names against System provided ones and failing that it will create a font.Typeface for you.
Map - Class in echopoint.google.chart
Component wrapper for a Map provided by Google Chart API.
Map() - Constructor for class echopoint.google.chart.Map
 
Map.Regions - Enum in echopoint.google.chart
An enumeration used to represent the regions supported by the map.
MapSection - Class in echopoint.model
An asbtract base class for model objects that represent the clickable sections in a ImageMap.
MapSection() - Constructor for class echopoint.model.MapSection
Default constructor.
MapSection(String, String) - Constructor for class echopoint.model.MapSection
Create a new instance using the specified action command and title.
MapStyle - Class in echopoint.style.google.chart
© Copyright 2009 Sans Pareil Technologies, Inc.
MapStyle() - Constructor for class echopoint.style.google.chart.MapStyle
 
Marker - Class in echopoint.google.chart.internal
An abstract base class used to represent markers for data points or ranges displayed on graphs.
Marker() - Constructor for class echopoint.google.chart.internal.Marker
 
markerType - Variable in class echopoint.google.chart.internal.Marker
The marker type indicator.
maximum - Variable in class echopoint.google.chart.model.Range
The maximum (ending) number for this range.
MenuBarBackground - Static variable in class echopoint.style.echo.extras.ResourceImages
The menu bar pane background image.
MenuBarMenuBackground - Static variable in class echopoint.style.echo.extras.ResourceImages
The menu bar pane menu background image.
MenuBarPaneStyle - Class in echopoint.style.echo.extras
The default style to apply for MenuBarPane components.
MenuBarPaneStyle() - Constructor for class echopoint.style.echo.extras.MenuBarPaneStyle
 
MenuBarSelectionBackground - Static variable in class echopoint.style.echo.extras.ResourceImages
The menu bar pane selection background image.
mergeStyle(Element, Element) - Static method in class echopoint.util.StyleMerger
Merge two styles.
mergeStyles(Document, Document) - Static method in class echopoint.util.StyleMerger
Merge the two docs and return the merged one.
mergeXMLStyles(String, String, String) - Static method in class echopoint.util.StyleMerger
 
mergeXMLStyles(Reader, Reader, Writer) - Static method in class echopoint.util.StyleMerger
 
mergeXMLStyles(InputStream, InputStream, OutputStream) - Static method in class echopoint.util.StyleMerger
 
Meter - Class in echopoint.google.chart
Component wrapper for a Google-o-meter provided by Google Chart API.
Meter() - Constructor for class echopoint.google.chart.Meter
 
minimum - Variable in class echopoint.google.chart.model.Range
The minimum (staring) number for this range.
MODEL_CHANGED_PROPERTY - Static variable in class echopoint.jquery.DockMenu
 
MouseCursorable - Interface in echopoint.able
The MouseCursorable interface is used to set a new cursor value when the mouse is moved over a component.
MutableTreeNode<M> - Interface in echopoint.tree
Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.

EchoPoint API - 3.0.0b5
App Webcontainer
A B C D E F G H I J K L M N O P Q R S T U V W X Y