Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.
java.awt.geom

Class Dimension2D

  • All Implemented Interfaces:
    Cloneable
    Direct Known Subclasses:
    Dimension

    public abstract class Dimension2D
    extends Object
    implements Cloneable
    The Dimension2D class is to encapsulate a width and a height dimension.

    This class is only the abstract superclass for all objects that store a 2D dimension. The actual storage representation of the sizes is left to the subclass.

    Since:
    1.2
    • Constructor Detail

      • Dimension2D

        protected Dimension2D()
        This is an abstract class that cannot be instantiated directly. Type-specific implementation subclasses are available for instantiation and provide a number of formats for storing the information necessary to satisfy the various accessor methods below.
        Since:
        1.2
        See Also:
        Dimension
    • Method Detail

      • getWidth

        public abstract double getWidth()
        Returns the width of this Dimension in double precision.
        Returns:
        the width of this Dimension.
        Since:
        1.2
      • getHeight

        public abstract double getHeight()
        Returns the height of this Dimension in double precision.
        Returns:
        the height of this Dimension.
        Since:
        1.2
      • setSize

        public abstract void setSize(double width,
                   double height)
        Sets the size of this Dimension object to the specified width and height. This method is included for completeness, to parallel the getSize method of Component.
        Parameters:
        width - the new width for the Dimension object
        height - the new height for the Dimension object
        Since:
        1.2
      • setSize

        public void setSize(Dimension2D d)
        Sets the size of this Dimension2D object to match the specified size. This method is included for completeness, to parallel the getSize method of Component.
        Parameters:
        d - the new size for the Dimension2D object
        Since:
        1.2
      • clone

        public Object clone()
        Creates a new object of the same class as this object.
        Overrides:
        clone in class Object
        Returns:
        a clone of this instance.
        Throws:
        OutOfMemoryError - if there is not enough memory.
        Since:
        1.2
        See Also:
        Cloneable

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/awt/geom/dimension2d.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut