Uses of Class
com.levigo.jadice.document.Resolution
Packages that use Resolution
Package
Description
-
Uses of Resolution in com.levigo.jadice.annotation
Fields in com.levigo.jadice.annotation declared as ResolutionMethods in com.levigo.jadice.annotation that return ResolutionMethods in com.levigo.jadice.annotation with parameters of type ResolutionModifier and TypeMethodDescriptionvoid
ShapeBasedAnnotation.setStrokeResolution
(Resolution strokeResolution) -
Uses of Resolution in com.levigo.jadice.document
Fields in com.levigo.jadice.document declared as ResolutionModifier and TypeFieldDescriptionstatic final Resolution
Resolution.BASE_RESOLUTION
The jadice base resolution of 1/7200'th of an inch.static final Resolution
Resolution.DPI72
72 DPI (the same resolution asPOINTS
but with a different base unit).static final Resolution
Resolution.DPI96
96 DPI.static final Resolution
Resolution.POINTS
Points: 1/72'th of an inch (72 DPI).Methods in com.levigo.jadice.document that return ResolutionMethods in com.levigo.jadice.document with parameters of type ResolutionModifier and TypeMethodDescriptionResolution.createTransform
(Resolution r) Resolution.scale
(AffineTransform t, Resolution r) Augment the given transform so that it scale the unit square with this resolution to the given target resolution. -
Uses of Resolution in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return ResolutionMethods in com.levigo.jadice.web.client.messaging with parameters of type Resolution -
Uses of Resolution in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging that return ResolutionMethods in com.levigo.jadice.web.server.messaging with parameters of type Resolution