Class HemfFill

java.lang.Object
org.apache.poi.hemf.record.emf.HemfFill

public final class HemfFill extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
    The EMR_BITBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation.
    static class 
     
    static class 
     
    static class 
    The EMR_FILLRGN record fills the specified region by using the specified brush.
    static class 
    The EMR_FRAMERGN record draws a border around the specified region using the specified brush.
    static class 
    The EMR_INVERTRGN record inverts the colors in the specified region.
    static class 
    The EMR_PAINTRGN record paints the specified region by using the brush currently selected into the playback device context.
    static class 
    The EMR_SETDIBITSTODEVICE record specifies a block transfer of pixels from specified scanlines of a source bitmap to a destination rectangle.
    static class 
    The EMR_SETPOLYFILLMODE record defines polygon fill mode.
    static class 
    The EMR_STRETCHBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation, stretching or compressing the output to fit the dimensions of the destination, if necessary.
    static class 
    The EMR_STRETCHDIBITS record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation, stretching or compressing the output to fit the dimensions of the destination, if necessary.
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait