Class TranslateIcon

java.lang.Object
resources.icons.TranslateIcon
All Implemented Interfaces:
Icon
Direct Known Subclasses:
CenterTranslateIcon

public class TranslateIcon extends Object implements Icon
  • Constructor Details

    • TranslateIcon

      public TranslateIcon(Icon icon, int translateX, int translateY)
      Where the translate values are offset from the icon's upper corner
      Parameters:
      icon - the icon
      translateX - the x translation
      translateY - the y translation
  • Method Details