Class TransparentTextField

    • Constructor Detail

      • TransparentTextField

        public TransparentTextField()
        TransparentTextField constructor comment.
      • TransparentTextField

        public TransparentTextField​(VisibleObject owner,
                                    int offsetX,
                                    int offsetY)
        Insert the method's description here. Creation date: (2.5.2001 9:47:36)
        Parameters:
        owner - com.cosylab.vdct.graphics.objects.VisibleObject
        offsetX - offsetX
        offsetY - offsetY
    • Method Detail

      • getOffsetX

        public int getOffsetX()
        Insert the method's description here. Creation date: (2.5.2001 9:51:02)
        Returns:
        int
      • getOffsetY

        public int getOffsetY()
        Insert the method's description here. Creation date: (2.5.2001 9:51:02)
        Returns:
        int
      • getOwner

        public VisibleObject getOwner()
        Insert the method's description here. Creation date: (2.5.2001 9:47:11)
        Returns:
        com.cosylab.vdct.graphics.objects.VisibleObject
      • getX

        public int getX()
        Insert the method's description here. Creation date: (2.5.2001 9:48:17)
        Overrides:
        getX in class JComponent
        Returns:
        something
      • getY

        public int getY()
        Insert the method's description here. Creation date: (2.5.2001 9:48:53)
        Overrides:
        getY in class JComponent
        Returns:
        int
      • main

        public static void main​(String[] args)
        main entrypoint - starts the part when it is run as an application
        Parameters:
        args - java.lang.String[]
      • setOffsetX

        public void setOffsetX​(int newOffsetX)
        Insert the method's description here. Creation date: (2.5.2001 9:51:02)
        Parameters:
        newOffsetX - int
      • setOffsetY

        public void setOffsetY​(int newOffsetY)
        Insert the method's description here. Creation date: (2.5.2001 9:51:02)
        Parameters:
        newOffsetY - int
      • setOwner

        public void setOwner​(VisibleObject newOwner)
        Insert the method's description here. Creation date: (2.5.2001 9:47:11)
        Parameters:
        newOwner - com.cosylab.vdct.graphics.objects.VisibleObject