A D O S

A

Activator - Class in org.apache.felix.example.servicebased.circle
This class implements a simple bundle activator for the circle SimpleShape service.
Activator() - Constructor for class org.apache.felix.example.servicebased.circle.Activator
 
Activator.Circle - Class in org.apache.felix.example.servicebased.circle
This inner class implements the circle SimpleShape service.
Activator.Circle() - Constructor for class org.apache.felix.example.servicebased.circle.Activator.Circle
 

D

draw(Graphics2D, Point) - Method in class org.apache.felix.example.servicebased.circle.Activator.Circle
Implements the SimpleShape.draw() method for painting the shape.

O

org.apache.felix.example.servicebased.circle - package org.apache.felix.example.servicebased.circle
 

S

start(BundleContext) - Method in class org.apache.felix.example.servicebased.circle.Activator
Implements the BundleActivator.start() method, which registers the circle SimpleShape service.
stop(BundleContext) - Method in class org.apache.felix.example.servicebased.circle.Activator
Implements the BundleActivator.start() method, which does nothing.

A D O S