Uses of Class
ilog.views.IlvTransformer

Packages that use IlvTransformer
ilog.cpl.graphic.views Provides graphic object and graphic view classes for creating and configuring graphic views based on ILOG JViews. 
ilog.cpl.network Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
ilog.tgo.composite Provides the classes for handling the zoom policies and the layer policies. 
ilog.tgo.css Contains basic classes to provide the customization of ILOG JTGO predefined business objects using CSS. 
ilog.tgo.faces.equipment.dhtml.servlet Contains the Servlet related types needed in order to integrate the JViews TGO IlpEquipment as a Faces component. 
ilog.tgo.faces.graph.dhtml.interactor Contains the JViews TGO Faces DHTML specific interaction types needed in order to propagate events from DHTML clients into the JViews TGO Faces server side runtime. 
ilog.tgo.faces.graph.dhtml.servlet Contains the Servlet related types needed in order to leverage and integrate the JViews TGO common graph based types as Faces components. 
ilog.tgo.faces.network.dhtml.servlet Contains the Servlet related types needed in order to integrate the JViews TGO IlpNetwork as a Faces component. 
ilog.tgo.graphic Provides all the classes for handling the graphical representations of the telecom objects. 
ilog.tgo.graphic.renderer Provides classes and support to create base renderers for telecom objects. 
ilog.tgo.grprim Contains all the classes with graphic primitives and utilities used in the library. 
ilog.tgo.interactor Provides the predefined interactors for a view. 
ilog.tgo.model Provides classes for telecom objects, states and alarms. 
ilog.tgo.swing Provides Swing classes necessary to create an application mixing ILOG JTGO and Swing. 
ilog.views Provides the classes necessary to create a high performance 2D graphic application. 
ilog.views.animation This package contains utilities to show animated transitions between two states of an ILOG JViews manager. 
ilog.views.awt Provides all the AWT components necessary to create an application mixing JViews and AWT. 
ilog.views.diagrammer.faces.dhtml.interactor This package contains the DHTML implementation of JViews Diagrammer JavaServer Faces interactors. 
ilog.views.diagrammer.faces.dhtml.servlet This package contains the JViews Diagrammer Faces servlet classes to dynamically generate images representing the component. 
ilog.views.event Provides interfaces and classes for dealing with different types of events fired by JViews Graphics Framework classes. 
ilog.views.faces.dhtml.interactor This package contains the interactors components to interact on JViews JavaServer Faces views used in the DHTML render kit. 
ilog.views.faces.dhtml.servlet This package contains the servlet, servlet support and actions to manage the image generation and interactions. 
ilog.views.graphic Contains the predefined graphic objects of JViews. 
ilog.views.graphic.composite Provides classes for creating Composite Graphics. 
ilog.views.graphic.composite.decoration Provides predefined decorations. 
ilog.views.graphic.composite.objectinteractor Provides a predefined interactor for the composite graphics. 
ilog.views.graphic.linkbundle Provides a grapher link that stores and represents a bundle of individual links ("sublinks"). 
ilog.views.graphic.linkpolicy Contains the link shape policies. 
ilog.views.graphlayout A high-level, generic framework for the graph layout services provided by ILOG JViews, which allows you to easily obtain readable representations of graphs and networks. 
ilog.views.graphlayout.bus The Bus Layout algorithm is designed to display bus network topologies, that is, a set of nodes connected to a bus node. 
ilog.views.graphlayout.labellayout A generic framework for the label layout services provided by ILOG JViews, which can automatically place labels at graphic objects such as nodes and links. 
ilog.views.hypergraph This package contains the graphic framework for hypergraphs. 
ilog.views.hypergraph.crossing This package contains the utility classes needed to calculate tunnel and bridge crossings in segmented hyperedges. 
ilog.views.hypergraph.edgeconnector This package contains the predefined hyperedge connectors of JViews. 
ilog.views.hypergraph.interactor This package contains the predefined view interactors for hyperedges. 
ilog.views.interactor Provides the predefined interactors for a view. 
ilog.views.io Provides the input and output streams to store JViews objects in the IVL format. 
ilog.views.linkconnector Contains the predefined link connectors of JViews. 
ilog.views.maps.beans Provides useful beans for creating map applications. 
ilog.views.maps.beans.editor Provides specific editors for coordinates and specific property sheet for datum and ellipsoids. 
ilog.views.maps.graphic This package contains graphic objects specialized for cartographic display. 
ilog.views.maps.grids This package defines a set of classes that display adaptive grids on top of a view. 
ilog.views.maps.label This package contains JViews Maps labeling classes. 
ilog.views.maps.measures General management of raster images. 
ilog.views.maps.raster Provides classes for orthodromy measurement. 
ilog.views.print Defines classes and interfaces for printing the content of an IlvManager
ilog.views.prototypes Provides legacy facilities that allow you to define custom graphic objects easily. 
ilog.views.sdm The main ILOG JViews Stylable Data Mapper (SDM) package. 
ilog.views.sdm.graphic Contains specialized graphic objects used by the SDM component. 
ilog.views.sdm.interactor Contains specialized interactors for the SDM component. 
ilog.views.sdm.renderer Contains the classes that define the renderers of an SDM engine. 
ilog.views.sdm.renderer.graphlayout Contains the classes IlvGraphLayoutRenderer and IlvLinkLayoutRenderer that give access to the ILOG JViews Graph Layout capabilities. 
ilog.views.sdm.renderer.maps Contains the class IlvMapRenderer that gives access to the features of the ILOG JViews Maps product. 
ilog.views.sdm.servlet Contains a specialized servlet that gives easy access to the SDM facilities in thin-client mode. 
ilog.views.servlet Generic Java Servlet to produce images from a JViews Manager. 
ilog.views.svg Contains classes adding SVG (Scalable Vector Graphic) support to ILOG JViews. 
ilog.views.svg.dom Contains the implementation of SVG DOM and a utility class allowing to deal with the DOM. 
ilog.views.swing Provides all the Swing components necessary to create an application mixing JViews and Swing. 
ilog.views.tiling Provides the framework to implement load on demand. 
 

Uses of IlvTransformer in ilog.cpl.graphic.views
 

Methods in ilog.cpl.graphic.views with parameters of type IlvTransformer
 void IlpPolygon.applyTransform(IlvTransformer t)
          Applies a transform to the points, thereby destructively modifying the polyline and its segments.
abstract  void IlpPolyPoints.applyTransform(IlvTransformer t)
          Applies a transform to the points, thereby destructively modifying the polyline and its segments.
 void IlpPolyline.applyTransform(IlvTransformer t)
          Applies a transform to the points, thereby destructively modifying the polyline and its segments.
 void IlpZoomPolicy.zoomTransformerChanged(IlvManagerView view, IlvTransformer oldTransformer, IlvTransformer newTransformer)
          This function is called when a zoom change occurs.
 

Constructors in ilog.cpl.graphic.views with parameters of type IlvTransformer
IlpManagerView(IlpGraphicView cplView, IlvManager manager, IlvTransformer t)
          Creates a new manager view.
IlpManagerView(IlpGraphicView cplView, IlvManager manager, IlvTransformer t, boolean isInteracted)
          Creates a new manager view.
IlpPolyline(IlpPolyline orig, IlvTransformer t, boolean removeRedundant)
          Creates a new IlpPolyline instance, connecting the given points and considering that the given transformer is applied.
IlpPolyline(IlvPoint[] points, IlvTransformer t, boolean removeRedundant)
          Creates a new IlpPolyline instance, connecting the given points and considering that the given transformer is applied.
 

Uses of IlvTransformer in ilog.cpl.network
 

Constructors in ilog.cpl.network with parameters of type IlvTransformer
IlpGeographicPositionConverter(IlvCoordinateTransformation transformation, boolean invertY, IlvTransformer transformer)
          Creates a new geographic coordinates converter, based on a coordinate transformation.
IlpGeographicPositionConverter(IlvMathTransform transform, IlvTransformer transformer)
          Creates a new geographic coordinates converter, based on an ellipsoidal coordinate transform.
IlpGeographicPositionConverter(IlvProjection projection, boolean invertY, IlvTransformer transformer)
          Creates a new geographic coordinates converter, based on a projection.
 

Uses of IlvTransformer in ilog.tgo.composite
 

Methods in ilog.tgo.composite that return IlvTransformer
 IlvTransformer IltcCompositeManager._getInverseZoomTransformer()
          Returns the inverse of the zoom transform.
 IlvTransformer IltcCompositeManager._getZoomTransformer()
          Returns the zoom transform.
 IlvTransformer IltcCompositeManager.composeInverseZoomTransformerWith(IlvTransformer t)
          Returns the composition of the inverse zoom transformer and the argument.
protected  IlvTransformer IltLogicalZoomPolicy.computeZoomTransformer(IlvTransformer t)
          Compute the appropriate zoom transformer for a given view transformer.
protected  IlvTransformer IltMixedZoomPolicy.computeZoomTransformer(IlvTransformer t)
          The mixed zoom is realized as follows: It all depends on the target view's transformer tt, more precisely on its scale factor (i.e.
 IlvTransformer IltPhysicalZoomPolicy.getGraphLayoutTransformer(IlvManager subgrapher)
          Returns the reference transformer for a graph layout in a subgrapher.
abstract  IlvTransformer IltZoomPolicy.getGraphLayoutTransformer(IlvManager subgrapher)
          Returns the reference transformer for a graph layout in a subgrapher.
 IlvTransformer IltLogicalZoomPolicy.getGraphLayoutTransformer(IlvManager subgrapher)
          Returns the reference transformer for a graph layout in a subgrapher.
 IlvTransformer IltcCompositeManager.getRelativeTransformer(IltcCompositeManager supermanager)
          Returns the transformer that allows converting from the coordinate system of this composite manager to the coordinate system of a containing composite manager.
 IlvTransformer IltcCompositeManager.getTopLevelTransformer()
          Returns the transformer that allows converting from the coordinate system of this composite manager to the coordinate system of the top-level composite manager.
 IlvTransformer IltcZoomEvent.getZoom()
          Returns the zoom factor.
 IlvTransformer IltcCompositeManager.getZoomTransformer()
          Returns the zoom transform of the associated manager.
 

Methods in ilog.tgo.composite with parameters of type IlvTransformer
 void IltcCompositeManager._composeZoomTransformer(IlvTransformer t)
          Modifies the zoom transform: _zoomTransformer := _zoomTransformer t.
 void IltcCompositeManager._setZoomTransformer(IlvTransformer t)
          Sets the zoom transform.
 void IltcCompositeGraphic.applyTransform(IlvTransformer t)
          Deprecated. Please use the two-argument applyTransform method instead.
 void IltcCompositeGraphic.applyTransform(IlvTransformer t, IlpPositionSource reason)
          Applies a transform to this graphic object as a whole.
 void IltZoomPolicy.applyTransformerToManagerContents(IlvTransformer t)
          This is a utility function which applies a given transformer to the ILOG JTGO objects in a manager.
 void IltcCompositeManager.applyTransformObject(IltcCompositeGraphic graphic, IlvTransformer t)
          Applies a transform to a composite object.
 void IltcCompositeManager.ApplyTransformObject(IltcCompositeGraphic graphic, IlvTransformer t)
          Applies a transform to a composite object.
 void IltcCompositeGraphic.applyZoomTransform(IlvTransformer t)
          Applies a transform to this graphic object as a whole, but note it is a zoom transform; the logical position/shape of the object shouldn't change.
 IlvRect IltcCompositeGraphic.boundingBoxAllParts(IlvTransformer t)
          Returns the bounding box of all subobjects of the composite graphic object.
protected  void IltLogicalZoomPolicy.changeZoomTransformer(IlvTransformer oldtr, IlvTransformer newtr, IlvTransformer oldtrl, IlvTransformer newtrl)
          Change the zoom transformer from oldtrl to newtrl.
 IlvTransformer IltcCompositeManager.composeInverseZoomTransformerWith(IlvTransformer t)
          Returns the composition of the inverse zoom transformer and the argument.
 IlvRect IltcLayer.computeBBox(IlvTransformer t)
          Returns the bbox of the 2 layers underneath.
protected  IlvTransformer IltLogicalZoomPolicy.computeZoomTransformer(IlvTransformer t)
          Compute the appropriate zoom transformer for a given view transformer.
protected  IlvTransformer IltMixedZoomPolicy.computeZoomTransformer(IlvTransformer t)
          The mixed zoom is realized as follows: It all depends on the target view's transformer tt, more precisely on its scale factor (i.e.
 boolean IltcCompositeGraphic.containsAllParts(IlvPoint p, IlvPoint tp, IlvTransformer t)
          Tests if a point lies within any of the subobjects of the composite graphic object.
 void IltcCompositeGraphic.drawAllParts(Graphics g, IlvTransformer t)
          Draws all subobjects of the composite graphic object.
 void IltcCompositeGraphic.drawAllPartsCorrectly(Graphics g, IlvTransformer t)
          Draws all subobjects of the composite graphic object.
protected  void IltcCompositeGraphic.drawGhost(Graphics g, IlvTransformer t)
          Draws an outline of the composite graphic object.
 void IltcCompositeGraphic.drawGhostCorrectly(Graphics g, IlvTransformer t)
          Draws an outline of the composite graphic object.
 void IltcCompositeGraphic.layoutProxyApplyTransform(IlvTransformer translation)
          Reacts to an applyTransform request from the layout proxy.
 IlvRect IltcCompositeGraphic.layoutProxyBoundingBox(IlvTransformer t, boolean topleftOnePixelCorrection)
          Returns the bounding box of the layout proxy.
 void IltcLayer.mapInside(IlvRect rect, IlvRect trect, IlvApplyObject f, Object arg, IlvTransformer t)
          Applies a function to all objects located in a specified rectangle.
 void IltcLayer.mapIntersects(IlvRect rect, IlvRect trect, IlvApplyObject f, Object arg, IlvTransformer t)
          Applies a function to all objects with a bounding box that intersects a specified rectangle.
 void IltPhysicalZoomPolicy.zoomTransformerChanged(IlvManagerView view, IlvTransformer oldTransformer, IlvTransformer newTransformer)
          When the zoom transformer changes, the ILOG JTGO objects are modified in such a way that the size of network elements remains the same.
abstract  void IltZoomPolicy.zoomTransformerChanged(IlvManagerView view, IlvTransformer oldTransformer, IlvTransformer newTransformer)
          This function is called when a zoom change occurs.
 void IltLogicalZoomPolicy.zoomTransformerChanged(IlvManagerView view, IlvTransformer oldtr, IlvTransformer newtr)
          When the zoom transformer changes, the ILOG JTGO objects are modified in such a way that the size of network elements remains the same.
 

Constructors in ilog.tgo.composite with parameters of type IlvTransformer
IltcZoomEvent(Object source, IlvTransformer zoom)
          Creates an event.
 

Uses of IlvTransformer in ilog.tgo.css
 

Methods in ilog.tgo.css that return IlvTransformer
 IlvTransformer IltObjectCustomization.getSizeRatio()
          Returns the magnification of the node.
 

Uses of IlvTransformer in ilog.tgo.faces.equipment.dhtml.servlet
 

Methods in ilog.tgo.faces.equipment.dhtml.servlet with parameters of type IlvTransformer
protected  boolean IltFacesEquipmentServletSupport.shouldGenerateImageMap(javax.servlet.http.HttpServletRequest request, IlvGraphic graphic, IlvManagerView view, IlvTransformer t)
          Returns true if image map information should be generated for the specified IlvGraphic.
protected  boolean IltFacesEquipmentServletSupport.shouldGenerateImageMap(javax.servlet.http.HttpServletRequest request, IlvManagerLayer layer, IlvManagerView view, IlvTransformer t)
          Returns true if image map information should be generated for the specified layer.
 

Uses of IlvTransformer in ilog.tgo.faces.graph.dhtml.interactor
 

Methods in ilog.tgo.faces.graph.dhtml.interactor with parameters of type IlvTransformer
 Object IltFacesGraphObjectSelectedFinder.computeObjectSelected(IlvFacesView facesView, IlvPoint pointClicked, IlvTransformer transformer)
          Returns the representation object at a given point in the graph view.
 ArrayList IltFacesGraphObjectSelectedRectFinder.computeObjectSelected(IlvFacesView facesView, IlvRect rect, IlvTransformer transformer)
          Returns the representation objects within a given rectangular area in the graph view.
 Object IltFacesGraphObjectSelectedFinder.computeObjectSelected(IlvManagerView managerView, IlvPoint pointClicked, IlvTransformer transformer)
          Returns the representation object at a given point in the graph view.
 ArrayList IltFacesGraphObjectSelectedRectFinder.computeObjectSelected(IlvManagerView managerView, IlvRect rect, IlvTransformer transformer)
          Returns the representation objects within a given rectangular area in the graph view.
 

Uses of IlvTransformer in ilog.tgo.faces.graph.dhtml.servlet
 

Methods in ilog.tgo.faces.graph.dhtml.servlet with parameters of type IlvTransformer
 String IltFacesImageMapAreaGenerator.generateCOORDS(IlvManagerView view, IlvGraphic graphic, IlvRect bounds, IlvTransformer viewTransformer)
          Returns the coordinates of the AREA mapped to the base of a given graphic object.
protected  IlvImageMapAreaGenerator IltFacesGraphServletSupport.getImageMapAreaGenerator(javax.servlet.http.HttpServletRequest request, IlvGraphic obj, IlvManagerView view, IlvTransformer t)
          Returns the area generator for the specified graphic object.
 int IltFacesImageMapAreaGenerator.getShape(IlvManagerView view, IlvGraphic graphic, IlvTransformer viewTrasnformer)
          Returns the shape of the area for the graphic object specified.
protected abstract  boolean IltFacesGraphServletSupport.shouldGenerateImageMap(javax.servlet.http.HttpServletRequest request, IlvGraphic graphic, IlvManagerView view, IlvTransformer t)
          Returns true if image map information should be generated for the specified IlvGraphic.
 

Uses of IlvTransformer in ilog.tgo.faces.network.dhtml.servlet
 

Methods in ilog.tgo.faces.network.dhtml.servlet with parameters of type IlvTransformer
protected  boolean IltFacesNetworkServletSupport.shouldGenerateImageMap(javax.servlet.http.HttpServletRequest request, IlvGraphic graphic, IlvManagerView view, IlvTransformer t)
          Returns true if image map information should be generated for the specified IlvGraphic.
protected  boolean IltFacesNetworkServletSupport.shouldGenerateImageMap(javax.servlet.http.HttpServletRequest request, IlvManagerLayer layer, IlvManagerView view, IlvTransformer t)
          Returns true if image map information should be generated for the specified layer.
 

Uses of IlvTransformer in ilog.tgo.graphic
 

Methods in ilog.tgo.graphic that return IlvTransformer
 IlvTransformer IltGrapherAdapter.getReferenceTransformer()
          Returns the transformer taken into account.
 IlvTransformer IltCompositeInteractions.CompositeInteractorContext.getTransformer()
           
 IlvTransformer IltGraphicManager.getZoomTransformer()
          Deprecated. Returns the zoom transform of the associated manager.
 

Methods in ilog.tgo.graphic with parameters of type IlvTransformer
 void IltLogicalPolyline.applyTransform(IlvTransformer t)
          Deprecated. Applies a transform to the points, thereby destructively modifying the polyline and its segments.
abstract  void IltLogicalPolyPoints.applyTransform(IlvTransformer t)
          Deprecated. Applies a transform to the points, thereby destructively modifying the polyline and its segments.
 void IltLogicalPolygon.applyTransform(IlvTransformer t)
          Deprecated. Applies a transform to the points, thereby destructively modifying the polyline and its segments.
 void IltCompositeGraphic.applyTransform(IlvTransformer t, IlpPositionSource reason)
          Applies a transform to this graphic object as a whole.
 void IltCompositeGraphic.applyZoomTransform(IlvTransformer t)
          Applies a transform to this graphic object as a whole, but note it is a zoom transform; the logical position/shape of the object shouldn't change.
 void IltCompositeGraphic.drawElements(Graphics g, IlvTransformer t, IltGraphicElementName name)
          Draws all subobjects of the composite graphic object.
protected  void IltCompositeGraphic.drawGhost(Graphics g, IlvTransformer t)
          Draws an outline of the composite graphic object.
 IlvRect IltCompositeGraphic.getElementBounds(IltGraphicElementName name, IlvTransformer t)
          Returns the bounding box of the requested graphic element.
 ilog.tgo.graphic.internal.IltGraphicElement IltCompositeGraphic.getGraphicElement(IlvPoint tp, IlvTransformer trans)
          Returns the graphic element which contains the given transformed point.
 boolean IltGraphicElementAggregate.isVisible(IlvTransformer t)
          Deprecated. Returns if this graphic element should be visible or not according to the zoom level.
 

Uses of IlvTransformer in ilog.tgo.graphic.renderer
 

Methods in ilog.tgo.graphic.renderer with parameters of type IlvTransformer
 IlvRect IltOPCBaseRenderer.Graphic.boundingBox(IlvTransformer t, IlvRect rect, boolean withSelection)
           
 IlvRect IltCardBaseRenderer.Graphic.boundingBox(IlvTransformer t, IlvRect rect, boolean withSelection)
           
 IlvRect IltBaseRenderer.boundingBox(IlvTransformer t, IlvRect rect, boolean withSelection)
          Returns the bounding box of the area that draw(g,t,rect) draws into.
 IlvRect IltTinyBaseRenderer.Graphic.boundingBox(IlvTransformer t, IlvRect rect, boolean withSelection)
           
 IlvRect IltPortBaseRenderer.Graphic.boundingBox(IlvTransformer t, IlvRect rect, boolean withSelection)
           
 IlvRect IltBTSAntennaBaseRenderer.Standard.boundingBox(IlvTransformer t, IlvRect rect, boolean withSelection)
           
 IlvRect IltBTSAntennaBaseRenderer.Offscreen.boundingBox(IlvTransformer transf, IlvRect rect, boolean withSelection)
           
 IlvRect IltNEBaseRenderer.Graphic.boundingBox(IlvTransformer t, IlvRect rect, boolean withSelection)
           
 IlvRect IltLedBaseRenderer.Graphic.boundingBox(IlvTransformer t, IlvRect rect, boolean withSelection)
           
 IlvRect IltLogicalBaseRenderer.Graphic.boundingBox(IlvTransformer t, IlvRect rect, boolean withSelection)
           
protected  IlvRect IltBaseRenderer.boundingBoxWithTransformer(IlvTransformer t, IlvRect rect, boolean withSelection)
          Computes the bounding box considering also the transformer applied to the graphic.
protected  IlvRect IltShelfBaseRenderer.boundingBoxWithTransformer(IlvTransformer t, IlvRect rect, boolean withSelection)
          Computes the shelf bounding box taking the given transfomer into account.
 boolean IltBaseRenderer.contains(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          Tests whether a point lies within the outline of the object.
protected  boolean IltBaseRenderer.containsExtraBorders(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          Tests whether a point lies within the borders of this object.
protected  boolean IltBTSAntennaBaseRenderer.Offscreen.containsExtraBorders(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltOPCBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltCardBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltBaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          Tests whether a point lies within the main part of the base of this object.
protected  boolean IltOPCImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
protected  boolean IltTinyBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
 boolean IltNEImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
protected  boolean IltPortImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
protected  boolean IltPortBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltCardImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
protected  boolean IltBTSAntennaBaseRenderer.Standard.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltBTSAntennaBaseRenderer.Offscreen.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltTinyImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
 boolean IltNEBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltLedBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltLogicalImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
protected  boolean IltLogicalBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
 void IltBaseRenderer.draw(Graphics g, IlvTransformer t, IlvRect rect)
          Draws the entire base, such that it fits into a given rectangle.
 void IltBTSAntennaBaseRenderer.draw(Graphics g, IlvTransformer t, IlvRect rect)
           
 void IltBTSAntennaBaseRenderer.Offscreen.draw(Graphics grp, IlvTransformer transf, IlvRect rect)
           
 void IltShelfBaseRenderer.draw(Graphics g, IlvTransformer t, IlvRect rect)
          Draws the entire base, such that it fits into a given rectangle.
protected  boolean IltBaseRenderer.drawAlarmBorder(Graphics g, IlvTransformer t, IlvRect rect, int distance)
          Draw the alarm border.
protected  boolean IltBTSAntennaBaseRenderer.Offscreen.drawAlarmBorder(Graphics grp, IlvTransformer transf, IlvRect rect, int distance)
           
protected  void IltBaseRenderer.drawExtraBorder(Graphics g, IlvTransformer t, IlvRect rect, Color color, int distance, int width)
          Draws an extra border inside or outside the base depending on the value returned by isExtraBorderOutside().
protected  void IltOPCBaseRenderer.Diamond.drawExtraBorder(Graphics g, IlvTransformer t, IlvRect rect, IltPalette palette, int distance, int width)
           
protected  void IltOPCBaseRenderer.Clover.drawExtraBorder(Graphics g, IlvTransformer t, IlvRect rect, IltPalette palette, int distance, int width)
           
protected  void IltBaseRenderer.drawExtraBorder(Graphics g, IlvTransformer t, IlvRect rect, IltPalette palette, int distance, int width)
          Draws an extra border inside or outside the base depending on the value returned by isExtraBorderOutside().
protected  void IltBTSAntennaBaseRenderer.Standard.drawExtraBorder(Graphics g, IlvTransformer t, IlvRect rect, IltPalette palette, int distance, int thickness)
           
protected  void IltBTSAntennaBaseRenderer.Offscreen.drawExtraBorder(Graphics grp, IlvTransformer transf, IlvRect rect, IltPalette palette, int distance, int thickness)
           
protected  void IltNEBaseRenderer.NELogical.drawExtraBorder(Graphics g, IlvTransformer t, IlvRect rect, IltPalette palette, int distance, int width)
          Draws an extra border inside or outside the base depending on the value returned by isExtraBorderOutside().
protected  void IltNEBaseRenderer.ControlComponent.drawExtraBorder(Graphics g, IlvTransformer t, IlvRect rect, IltPalette palette, int distance, int width)
          Draws an extra border inside or outside the base depending on the value returned by isExtraBorderOutside().
protected  void IltNEBaseRenderer.ManagementElement.drawExtraBorder(Graphics g, IlvTransformer t, IlvRect rect, IltPalette palette, int distance, int width)
          Draws an extra border inside or outside the base depending on the value returned by isExtraBorderOutside().
protected  void IltCardBaseRenderer.