Uses of Class
de.enough.polish.ui.ClippingRegion

Packages that use ClippingRegion
de.enough.polish.browser Contains base implementation for browsers operating on XML-like structures. 
de.enough.polish.ui Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. 
de.enough.polish.ui.backgrounds Provides backgrounds for widgets and canvases. 
de.enough.polish.ui.borders Provides borders for widgets and canvases. 
de.enough.polish.ui.containerviews Provides (mostly animated) views for showing collections of items, e.g. 
de.enough.polish.ui.gaugeviews Provides (mostly animated) views for visualizing gauges. 
de.enough.polish.ui.itemviews Provides (mostly animated) views for visualizing items. 
 

Uses of ClippingRegion in de.enough.polish.browser
 

Methods in de.enough.polish.browser with parameters of type ClippingRegion
 void Browser.animate(long currentTime, ClippingRegion repaintRegion)
           
 

Uses of ClippingRegion in de.enough.polish.ui
 

Methods in de.enough.polish.ui with parameters of type ClippingRegion
protected  void ItemView.addFullRepaintRegion(Item item, ClippingRegion repaintRegion)
          Adds the complete item's dimensions to the repaint region.
 void Item.addRelativeToBackgroundRegion(Background animatedBackground, Border animatedBorder, ClippingRegion repaintRegion, int x, int y, int width, int height)
          Adds a region relative to this item's background x/y start position.
 void FakeCustomItem.addRelativeToBackgroundRegion(ClippingRegion repaintRegion, int x, int y, int width, int height)
          Adds a region relative to this item's background x/y start position.
 void Item.addRelativeToBackgroundRegion(ClippingRegion repaintRegion, int x, int y, int width, int height)
          Adds a region relative to this item's background x/y start position.
protected  void Background.addRelativeToBackgroundRegion(ClippingRegion repaintRegion, Screen screen, Item parent, int left, int right, int top, int bottom)
          Adds an repaint area relative to this background
 void FakeCustomItem.addRelativeToContentRegion(ClippingRegion repaintRegion, int x, int y, int width, int height)
          Adds a region relative to this item's content x/y start position.
 void Item.addRelativeToContentRegion(ClippingRegion repaintRegion, int x, int y, int width, int height)
          Adds a region relative to this item's content x/y start position.
 void TextEffect.animate(Item parent, long currentTime, ClippingRegion repaintRegion)
          Animates this effect.
 void TabbedList.animate(long currentTime, ClippingRegion repaintRegion)
           
 void FramedForm.animate(long currentTime, ClippingRegion repaintRegion)
           
 void CommandItem.animate(long currentTime, ClippingRegion repaintRegion)
           
 void FakeIconCustomItem.animate(long currentTime, ClippingRegion repaintRegion)
           
 void FakeCustomItem.animate(long currentTime, ClippingRegion repaintRegion)
          Animates this item.
 void FilteredList.animate(long currentTime, ClippingRegion repaintRegion)
           
 void IconItem.animate(long currentTime, ClippingRegion repaintRegion)
           
 void MenuBar.animate(long currentTime, ClippingRegion repaintRegion)
           
 void Container.animate(long currentTime, ClippingRegion repaintRegion)
           
 void TextField.animate(long currentTime, ClippingRegion repaintRegion)
           
 void Alert.animate(long currentTime, ClippingRegion repaintRegion)
           
 void Screen.animate(long currentTime, ClippingRegion repaintRegion)
          Animates this screen.
 void FakeContainerCustomItem.animate(long currentTime, ClippingRegion repaintRegion)
           
 void Item.animate(long currentTime, ClippingRegion repaintRegion)
          Animates this item.
 void ItemView.animate(long currentTime, ClippingRegion repaintRegion)
          Animates this item.
 void StringItem.animate(long currentTime, ClippingRegion repaintRegion)
           
 void TableItem.animate(long currentTime, ClippingRegion repaintRegion)
           
 void ChoiceTextField.animate(long currentTime, ClippingRegion repaintRegion)
           
 void Background.animate(Screen screen, Item parent, long currentTime, ClippingRegion repaintRegion)
          Animates this background.
 void Border.animate(Screen screen, Item parent, long currentTime, ClippingRegion repaintRegion)
          Animates this background.
 void PredictiveAccess.animateChoices(long currentTime, ClippingRegion region)
           
 

Uses of ClippingRegion in de.enough.polish.ui.backgrounds
 

Methods in de.enough.polish.ui.backgrounds with parameters of type ClippingRegion
 void CombinedBackground.animate(Screen screen, Item parent, long currentTime, ClippingRegion repaintRegion)
           
 void TextBackground.animate(Screen screen, Item parent, long currentTime, ClippingRegion repaintRegion)
           
 void SlideShowBackground.animate(Screen screen, Item parent, long currentTime, ClippingRegion repaintRegion)
           
 void PulsatingCirclesBackground.animate(Screen screen, Item parent, long currentTime, ClippingRegion repaintRegion)
           
 void HorizontalBackground.animate(Screen screen, Item parent, long currentTime, ClippingRegion repaintRegion)
           
 void PulsatingCircleBackground.animate(Screen screen, Item parent, long currentTime, ClippingRegion repaintRegion)
           
 

Uses of ClippingRegion in de.enough.polish.ui.borders
 

Methods in de.enough.polish.ui.borders with parameters of type ClippingRegion
 void SquareSonarBorder.animate(Screen screen, Item parent, long currentTime, ClippingRegion repaintRegion)
           
 

Uses of ClippingRegion in de.enough.polish.ui.containerviews
 

Methods in de.enough.polish.ui.containerviews with parameters of type ClippingRegion
 void SlideContainerView.animate(long currentTime, ClippingRegion repaintRegion)
           
 void AnimationContainerView.animate(long currentTime, ClippingRegion repaintRegion)
           
 void CoverFlowContainerView.animate(long currentTime, ClippingRegion repaintRegion)
           
 void FishEyeContainerView.animate(long currentTime, ClippingRegion repaintRegion)
           
 

Uses of ClippingRegion in de.enough.polish.ui.gaugeviews
 

Methods in de.enough.polish.ui.gaugeviews with parameters of type ClippingRegion
 void HorizontalSpheresGaugeView.animate(long currentTime, ClippingRegion repaintRegion)
           
 void CyclingSpheresGaugeView.animate(long currentTime, ClippingRegion repaintRegion)
           
 void HorizontalIconsGaugeView.animate(long currentTime, ClippingRegion repaintRegion)
           
 void CyclingIconsGaugeView.animate(long currentTime, ClippingRegion repaintRegion)
           
 

Uses of ClippingRegion in de.enough.polish.ui.itemviews
 

Methods in de.enough.polish.ui.itemviews with parameters of type ClippingRegion
 void ExplodingParticlesItemView.animate(long currentTime, ClippingRegion repaintRegion)