Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C G I M P

B

BaseSegmentStroke - class com.arranger.jarl.stroke.BaseSegmentStroke.
BaseSegmentStroke created on Feb 26, 2003
BaseSegmentStroke() - Constructor for class com.arranger.jarl.stroke.BaseSegmentStroke
 
BaseStroke - class com.arranger.jarl.stroke.BaseStroke.
BaseStroke created on Feb 26, 2003
BaseStroke() - Constructor for class com.arranger.jarl.stroke.BaseStroke
 

C

com.arranger.jarl.stroke - package com.arranger.jarl.stroke
 

G

getConfigSegments() - Method in class com.arranger.jarl.stroke.BaseSegmentStroke
 
getCurrentSegment(IWidget, IContext) - Method in class com.arranger.jarl.stroke.BaseSegmentStroke
Get the 'active' widget config segment
getCurrentSegmentTimePct(IWidget, IContext, WidgetConfigSegment) - Method in class com.arranger.jarl.stroke.BaseSegmentStroke
Get the pct of time relative to this segment

I

IStroke - interface com.arranger.jarl.stroke.IStroke.
IStroke created on Feb 26, 2003
IStrokeDef - interface com.arranger.jarl.stroke.IStrokeDef.
IStrokeDef created on Feb 26, 2003
initAttributes(IContext) - Method in class com.arranger.jarl.stroke.BaseSegmentStroke
Always remember some attrs might not be there
initDef(IContext, Element) - Method in interface com.arranger.jarl.stroke.IStrokeDef
Initialize this trait
initInstance(IContext, Element) - Method in class com.arranger.jarl.stroke.BaseStroke
Based off of the actual def, get a real instance
initInstance(IContext, Element) - Method in interface com.arranger.jarl.stroke.IStrokeDef
Based off of the actual def, get a real instance

M

m_configSegments - Variable in class com.arranger.jarl.stroke.BaseSegmentStroke
 

P

postPaint(IWidget, IContext, Graphics2D, Shape) - Method in class com.arranger.jarl.stroke.BaseStroke
After the call to IWidget.paint(com.arranger.jarl.base.IContext, java.awt.Graphics2D)>IWidget.paint(com.arranger.jarl.base.IContext, java.awt.Graphics2D) 55 is called the trait can restore some state
postPaint(IWidget, IContext, Graphics2D, Shape) - Method in interface com.arranger.jarl.stroke.IStroke
After the call to IWidget.paint(com.arranger.jarl.base.IContext, java.awt.Graphics2D)>IWidget.paint(com.arranger.jarl.base.IContext, java.awt.Graphics2D) 55 is called the trait can restore some state
prePaint(IWidget, IContext, Graphics2D, Shape) - Method in class com.arranger.jarl.stroke.BaseStroke
Prior to the IWidget.paint(com.arranger.jarl.base.IContext, java.awt.Graphics2D)>IWidget.paint(com.arranger.jarl.base.IContext, java.awt.Graphics2D) 55 the trait can perform some work
prePaint(IWidget, IContext, Graphics2D, Shape) - Method in interface com.arranger.jarl.stroke.IStroke
Prior to the IWidget.paint(com.arranger.jarl.base.IContext, java.awt.Graphics2D)>IWidget.paint(com.arranger.jarl.base.IContext, java.awt.Graphics2D) 55 the trait can perform some work
processShape(IWidget, IContext, Graphics2D, Shape) - Method in interface com.arranger.jarl.stroke.IStroke
This will perform custom drawing of the shape onto the graphics on behalf of the widget

B C G I M P