/ *   
 
   *   P R O J E C T :   N y A R T o o l k i t ( E x t e n s i o n ) 
 
   *   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
   *   T h e   N y A R T o o l k i t   i s   J a v a   e d i t i o n   A R T o o l K i t   c l a s s   l i b r a r y . 
 
   *   C o p y r i g h t   ( C ) 2 0 0 8 - 2 0 0 9   R y o   I i z u k a 
 
   * 
 
   *   T h i s   p r o g r a m   i s   f r e e   s o f t w a r e :   y o u   c a n   r e d i s t r i b u t e   i t   a n d / o r   m o d i f y 
 
   *   i t   u n d e r   t h e   t e r m s   o f   t h e   G N U   G e n e r a l   P u b l i c   L i c e n s e   a s   p u b l i s h e d   b y 
 
   *   t h e   F r e e   S o f t w a r e   F o u n d a t i o n ,   e i t h e r   v e r s i o n   3   o f   t h e   L i c e n s e ,   o r 
 
   *   ( a t   y o u r   o p t i o n )   a n y   l a t e r   v e r s i o n . 
 
   *   
 
   *   T h i s   p r o g r a m   i s   d i s t r i b u t e d   i n   t h e   h o p e   t h a t   i t   w i l l   b e   u s e f u l , 
 
   *   b u t   W I T H O U T   A N Y   W A R R A N T Y ;   w i t h o u t   e v e n   t h e   i m p l i e d   w a r r a n t y   o f 
 
   *   M E R C H A N T A B I L I T Y   o r   F I T N E S S   F O R   A   P A R T I C U L A R   P U R P O S E .     S e e   t h e 
 
   *   G N U   G e n e r a l   P u b l i c   L i c e n s e   f o r   m o r e   d e t a i l s . 
 
   * 
 
   *   Y o u   s h o u l d   h a v e   r e c e i v e d   a   c o p y   o f   t h e   G N U   G e n e r a l   P u b l i c   L i c e n s e 
 
   *   a l o n g   w i t h   t h i s   p r o g r a m .     I f   n o t ,   s e e   < h t t p : / / w w w . g n u . o r g / l i c e n s e s / > . 
 
   *   
 
   *   F o r   f u r t h e r   i n f o r m a t i o n   p l e a s e   c o n t a c t . 
 
   * 	 h t t p : / / n y a t l a . j p / n y a t o o l k i t / 
 
   * 	 < a i r m a i l ( a t ) e b o n y . p l a l a . o r . j p >   o r   < n y a t l a ( a t ) n y a t l a . j p > 
 
   *   
 
   * / 
 
 u s i n g   S y s t e m . C o l l e c t i o n s . G e n e r i c ; 
 
 u s i n g   j p . n y a t l a . n y a r t o o l k i t . c s . c o r e ; 
 
 n a m e s p a c e   j p . n y a t l a . n y a r t o o l k i t . c s . m a r k e r s y s t e m . u t i l s 
 
 { 
 
 
 
 
 
         / * * 
 
           *   S0n0000o00pen0puj00P^n0k;uP0OcW0~0Y00
 
           * / 
 
         p u b l i c   c l a s s   M u l t i R e s o l u t i o n P a t t P r o v i d e r 
 
         { 
 
                 p r i v a t e   c l a s s   I t e m 
 
                 { 
 
                         p u b l i c   I N y A R R g b R a s t e r   _ p a t t ; 
 
                         p u b l i c   N y A R M a t c h P a t t D e v i a t i o n C o l o r D a t a   _ p a t t _ d ; 
 
                         p u b l i c   i n t   _ p a t t _ e d g e ; 
 
                         p u b l i c   i n t   _ p a t t _ r e s o l u t i o n ; 
 
                         p u b l i c   I t e m ( i n t   i _ p a t t _ w ,   i n t   i _ p a t t _ h ,   i n t   i _ e d g e _ p e r c e n t a g e ) 
 
                         { 
 
                                 i n t   r   =   1 ; 
 
                                 / / P^o0E^0Wnk0Y000
 
                                 w h i l e   ( i _ p a t t _ w   *   r   <   6 4 ) 
 
                                 { 
 
                                         r   * =   2 ; 
 
                                 } 
 
                                 t h i s . _ p a t t   =   n e w   N y A R R g b R a s t e r ( i _ p a t t _ w ,   i _ p a t t _ h ,   N y A R B u f f e r T y p e . I N T 1 D _ X 8 R 8 G 8 B 8 _ 3 2 ,   t r u e ) ; 
 
                                 t h i s . _ p a t t _ d   =   n e w   N y A R M a t c h P a t t D e v i a t i o n C o l o r D a t a ( i _ p a t t _ w ,   i _ p a t t _ h ) ; 
 
                                 t h i s . _ p a t t _ e d g e   =   i _ e d g e _ p e r c e n t a g e ; 
 
                                 t h i s . _ p a t t _ r e s o l u t i o n   =   r ; 
 
                         } 
 
                 } 
 
                 / * * 
 
                   *   000000n000000
 
                   * / 
 
                 p r i v a t e   L i s t < I t e m >   i t e m s   =   n e w   L i s t < I t e m > ( ) ; 
 
                 / * * 
 
                   *   [ r e a d o n l y ] 000k0000W0_0{ @ l i n k   N y A R M a t c h P a t t D e v i a t i o n C o l o r D a t a } 0000000_00
 
                   *   @   
 
                   * / 
 
                 p u b l i c   N y A R M a t c h P a t t D e v i a t i o n C o l o r D a t a   g e t D e v i a t i o n C o l o r D a t a ( A R M a r k e r L i s t . I t e m   i _ m a r k e r ,   I N y A R P e r s p e c t i v e C o p y   i _ p i x _ d r v ,   N y A R I n t P o i n t 2 d [ ]   i _ v e r t e x ) 
 
                 { 
 
                         i n t   m k _ e d g e   =   i _ m a r k e r . p a t t _ e d g e _ p e r c e n t a g e ; 
 
                         f o r   ( i n t   i   =   t h i s . i t e m s . C o u n t   -   1 ;   i   > =   0 ;   i - - ) 
 
                         { 
 
                                 I t e m   p t r   =   t h i s . i t e m s [ i ] ; 
 
                                 i f   ( ! p t r . _ p a t t . g e t S i z e ( ) . i s E q u a l S i z e ( i _ m a r k e r . p a t t _ w ,   i _ m a r k e r . p a t t _ h )   | |   p t r . _ p a t t _ e d g e   ! =   m k _ e d g e ) 
 
                                 { 
 
                                         / / 000h0000000L0TW0j0D0iro0000
 
                                         c o n t i n u e ; 
 
                                 } 
 
                                 / / SK0c0_00fe
 
                                 i _ p i x _ d r v . c o p y P a t t ( i _ v e r t e x ,   p t r . _ p a t t _ e d g e ,   p t r . _ p a t t _ e d g e ,   p t r . _ p a t t _ r e s o l u t i o n ,   p t r . _ p a t t ) ; 
 
                                 p t r . _ p a t t _ d . s e t R a s t e r ( p t r . _ p a t t ) ; 
 
                                 r e t u r n   p t r . _ p a t t _ d ; 
 
                         } 
 
                         / / !qD00eW0O0ub
 
                         I t e m   i t e m   =   n e w   I t e m ( i _ m a r k e r . p a t t _ w ,   i _ m a r k e r . p a t t _ h ,   m k _ e d g e ) ; 
 
                         / / 0000000n0feh0000n0ub
 
                         i _ p i x _ d r v . c o p y P a t t ( i _ v e r t e x ,   i t e m . _ p a t t _ e d g e ,   i t e m . _ p a t t _ e d g e ,   i t e m . _ p a t t _ r e s o l u t i o n ,   i t e m . _ p a t t ) ; 
 
                         i t e m . _ p a t t _ d . s e t R a s t e r ( i t e m . _ p a t t ) ; 
 
                         t h i s . i t e m s . A d d ( i t e m ) ; 
 
                         r e t u r n   i t e m . _ p a t t _ d ; 
 
                 } 
 
 
 
         } 
 
 } 