java.lang.Object
io.sf.carte.echosvg.bridge.UserAgentViewport
Defines a viewport for a
UserAgent
.-
Constructor Summary
ConstructorsConstructorDescriptionUserAgentViewport
(UserAgent userAgent) Constructs a new viewport for the specified user agent. -
Method Summary
-
Constructor Details
-
UserAgentViewport
Constructs a new viewport for the specified user agent.- Parameters:
userAgent
- the user agent that defines the viewport
-
-
Method Details
-
getWidth
public float getWidth()Returns the width of this viewport. -
getHeight
public float getHeight()Returns the height of this viewport.
-