|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
---|---|
org.eclipse.birt.chart.device | Provides interfaces and no-op adapters that define services provided by the device renderer and an associated display server. |
org.eclipse.birt.chart.event | Contains classes that define a rendering notification that is interpreted by a device renderer. |
org.eclipse.birt.chart.model.attribute | Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.impl | Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.render | Contains classes that represent the core plot rendering framework. |
Uses of Location in org.eclipse.birt.chart.device |
---|
Methods in org.eclipse.birt.chart.device with parameters of type Location | |
---|---|
void |
TextRendererAdapter.renderShadowAtLocation(IPrimitiveRenderer idr,
int labelPosition,
Location lo,
Label la)
|
void |
ITextRenderer.renderShadowAtLocation(IPrimitiveRenderer idr,
int iLabelPosition,
Location lo,
Label la)
This method renders the 'shadow' at an offset from the text 'rotated rectangle' subsequently rendered. |
void |
TextRendererAdapter.renderTextAtLocation(IPrimitiveRenderer ipr,
int labelPosition,
Location lo,
Label la)
|
void |
ITextRenderer.renderTextAtLocation(IPrimitiveRenderer ipr,
int iLabelPosition,
Location lo,
Label la)
|
Uses of Location in org.eclipse.birt.chart.event |
---|
Methods in org.eclipse.birt.chart.event that return Location | |
---|---|
Location |
LineRenderEvent.getEnd()
|
Location |
TextRenderEvent.getLocation()
|
Location |
ImageRenderEvent.getLocation()
|
Location[] |
PolygonRenderEvent.getPoints()
|
Location |
LineRenderEvent.getStart()
|
Location |
ArcRenderEvent.getTopLeft()
|
Location[] |
ClipRenderEvent.getVertices()
|
Methods in org.eclipse.birt.chart.event with parameters of type Location | |
---|---|
void |
LineRenderEvent.setEnd(Location _loEnd)
Sets the end location of the line. |
void |
TextRenderEvent.setLocation(Location lo)
Sets the location of the text. |
void |
ImageRenderEvent.setLocation(Location loc)
Sets the location of the image. |
void |
PolygonRenderEvent.setPoints(Location[] la)
Sets the co-ordinates for each point that defines the polygon. |
void |
LineRenderEvent.setStart(Location _loStart)
Sets the start location of the line. |
void |
ArcRenderEvent.setTopLeft(Location loTopLeft)
Sets the top-left location of the containing bounds. |
void |
ClipRenderEvent.setVertices(Location[] loa)
Sets the vertices of the clip. |
Uses of Location in org.eclipse.birt.chart.model.attribute |
---|
Subinterfaces of Location in org.eclipse.birt.chart.model.attribute | |
---|---|
interface |
Location3D
A representation of the model object 'Location3 D'. |
Methods in org.eclipse.birt.chart.model.attribute that return Location | |
---|---|
Location |
AttributeFactory.createLocation()
Returns a new object of class 'Location'. |
Methods in org.eclipse.birt.chart.model.attribute with parameters of type Location | |
---|---|
boolean |
Bounds.contains(Location lo)
Returns if the given point is within this bounds. |
void |
Bounds.updateFrom(Location[] loa)
Updates an existing Bounds instance to encompass the polygon specified by a given set of points |
Uses of Location in org.eclipse.birt.chart.model.attribute.impl |
---|
Classes in org.eclipse.birt.chart.model.attribute.impl that implement Location | |
---|---|
class |
Location3DImpl
An implementation of the model object 'Location3 D'. |
class |
LocationImpl
An implementation of the model object ' Location'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return Location | |
---|---|
static Location |
LocationImpl.copyInstance(Location src)
A convenient method to get an instance copy. |
static Location[] |
LocationImpl.create(double[] xa,
double[] ya)
|
static Location |
LocationImpl.create(double dX,
double dY)
|
Location |
AttributeFactoryImpl.createLocation()
|
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Location | |
---|---|
boolean |
BoundsImpl.contains(Location lo)
|
static Location |
LocationImpl.copyInstance(Location src)
A convenient method to get an instance copy. |
static double[] |
LocationImpl.getXArray(Location[] loc)
|
static double[] |
LocationImpl.getYArray(Location[] loc)
|
void |
BoundsImpl.updateFrom(Location[] loa)
|
Uses of Location in org.eclipse.birt.chart.render |
---|
Methods in org.eclipse.birt.chart.render with parameters of type Location | |
---|---|
static double |
BaseRenderer.getX(Location[] loa,
int iProperty)
Finds particular X value from given location list. |
static double |
BaseRenderer.getY(Location[] loa,
int iProperty)
Finds particular Y value from given location list. |
void |
BaseRenderer.renderLabel(java.lang.Object oSource,
int iTextRenderType,
Label laDataPoint,
Position lp,
Location lo,
Bounds bo)
This convenience method renders the data point label along with the shadow If there's a need to render the data point label and the shadow separately, each call should be made separately by calling into the primitive rendering interface directly. |
void |
BaseRenderer.renderLabel(java.lang.Object oSource,
int iTextRenderType,
Label laDataPoint,
Position lp,
Location lo,
Bounds bo,
org.eclipse.birt.chart.render.DeferredCache _dc)
Renderer label with specified DeferredCache . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |